Skip to content

Commit

Permalink
Removed "PHP 5" from file header DocBlocks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ravage84 committed Nov 13, 2013
1 parent 4f0d9b3 commit 7cfa011
Show file tree
Hide file tree
Showing 644 changed files with 22 additions and 1,231 deletions.
2 changes: 0 additions & 2 deletions app/Config/Schema/db_acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Use it to configure database for ACL
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/Config/Schema/i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Use it to configure database for i18n
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/Config/Schema/sessions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Use it to configure database for Sessions
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
3 changes: 0 additions & 3 deletions app/Config/acl.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
;/**
; * ACL Configuration
; *
; *
; * PHP 5
; *
; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
; *
Expand Down
2 changes: 0 additions & 2 deletions app/Config/acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Use it to configure access control of your CakePHP application.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* You should also use this file to include any files that provide global functions/constants
* that your application uses.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/Config/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Use it to configure core behavior of Cake.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 1 addition & 1 deletion app/Config/database.php.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* PHP 5
*
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/Config/email.php.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* PHP 5
*
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 0 additions & 2 deletions app/Config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* Routes are very important mechanism that allows you to freely connect
* different URLs to chosen controllers and their actions (functions).
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/Console/Command/AppShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/**
* AppShell file
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
1 change: 0 additions & 1 deletion app/Console/cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
################################################################################
#
# Bake is a shell script for running CakePHP bake script
# PHP 5
#
# CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
# Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/Console/cake.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Bake is a shell script for running CakePHP bake script
:: PHP 5
::
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
:: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 0 additions & 2 deletions app/Console/cake.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
/**
* Command-line code generation utility to automate programmer chores.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* This file is application-wide controller file. You can put all
* application-wide controller-related methods here.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/Controller/PagesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* This file will render views from views/pages/
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/Model/AppModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* This file is application-wide model file. You can put all
* application-wide model-related methods here.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
1 change: 0 additions & 1 deletion app/View/Emails/html/default.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Emails/text/default.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Errors/error400.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Errors/error500.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 0 additions & 2 deletions app/View/Helper/AppHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* This file is application-wide helper file. You can put all
* application-wide helper-related methods here.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
1 change: 0 additions & 1 deletion app/View/Layouts/Emails/html/default.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Layouts/Emails/text/default.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Layouts/ajax.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Layouts/default.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Layouts/error.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Layouts/flash.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 0 additions & 1 deletion app/View/Pages/home.ctp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
*
* PHP 5
*
* @link http://cakephp.org CakePHP(tm) Project
* @package app.View.Pages
Expand Down
2 changes: 1 addition & 1 deletion app/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* PHP 5
*
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 0 additions & 2 deletions app/webroot/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* The Front Controller for handling every request
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions app/webroot/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/**
* Web Access Frontend for TestSuite
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* - requires App.baseUrl to be uncommented in app/Config/core.php
* - app/webroot is not set as a document root.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c), Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
3 changes: 0 additions & 3 deletions lib/Cake/Cache/Engine/ApcEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
/**
* APC storage engine for cache.
*
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Cache/Engine/FileEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
*
* You can configure a FileEngine cache, using Cache::config()
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
3 changes: 0 additions & 3 deletions lib/Cake/Cache/Engine/MemcacheEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
/**
* Memcache storage engine for cache
*
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
3 changes: 0 additions & 3 deletions lib/Cake/Cache/Engine/RedisEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
/**
* Redis storage engine for cache
*
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Cache/Engine/WincacheEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* Supports wincache 1.1.0 and higher.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Cache/Engine/XcacheEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/**
* Xcache storage engine for cache.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/**
* Core Configurations.
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Config/routes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php
/**
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Config/unicode/casefolding/0080_00ff.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Config/unicode/casefolding/0100_017f.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Config/unicode/casefolding/0180_024F.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Config/unicode/casefolding/0250_02af.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
Expand Down
Loading

0 comments on commit 7cfa011

Please sign in to comment.