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:
Marc Würth 2013-11-13 22:58:34 +01:00
parent 4f0d9b30a9
commit 7cfa0116f4
644 changed files with 22 additions and 1231 deletions
lib/Cake/Test/Case/Model

View file

@ -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)
*