CakePHP seems to be just "PHP 5" as opposed to the PEAR header comment standard "PHP version 5" http://pear.php.net/manual/en/standards.header.php
@@ -4,7 +4,7 @@
*
* DBO-backed object data model, for mapping database tables to Cake objects.
- * PHP versions 5
+ * PHP 5
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
* Provides the Model validation logic.
@@ -2,7 +2,7 @@
/**
* ConsoleErrorHandler Test case
* Test Case for ControllerTestCase class
- * PHP version 5
* CakePHP : Rapid Development Framework (http://cakephp.org)
* Test Case for CakeTestCase class
* ValidationTest file
- * PHP Version 5.x
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Short description for file.
- * PHP versions 4 and 5
* Routes for test app
@@ -1,6 +1,6 @@
<?php