mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-30 03:13:32 +00:00
Removed "PHP 5" from file header DocBlocks
This statement does not serve a purpose anymore. In a long forgotten world it indicated the main version number of PHP which the code in the file was compatible to. http://pear.php.net/manual/en/standards.sample.php But since PHP 5.1 and later this is only marginally true. Thus I propose to remove it from CakePHP.
This commit is contained in:
parent
4f0d9b30a9
commit
7cfa0116f4
644 changed files with 22 additions and 1231 deletions
lib/Cake/Test/Case/Model
|
@ -2,8 +2,6 @@
|
|||
/**
|
||||
* ModelValidationTest file
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
|
||||
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue