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/Controller

View file

@ -4,8 +4,6 @@
*
* Controller used by ErrorHandler to render error views.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*