cakephp2-php8/lib/Cake
Val Bancer 320cdf98ee Add undocumented properties (#12717)
See https://book.cakephp.org/2.0/en/controllers/request-response.html#accessing-request-parameters and https://api.cakephp.org/2.10/source-class-UpgradeShell.html#345-403

* Initialize $params to null
* Document more magic properties, trigger deprecated notices
* Use $controller->request->params instead $controller->params
* Remove unused variable
* Improve documentation, add type checks.
* It seems like $this->uses can also be of type false; however, parameter
$array of array_unshift() does only seem to accept array.
* Declare undeclared property
* Add extra type checks
* Adjust type check
* Improve documentation, initiate uninitialized variables.
* Improve documentation, reset variable
2018-11-15 20:41:57 -05:00
..
Cache replaced vsprintf to implode 2017-12-28 16:15:14 +01:00
Config Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Configure Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Console Fix some PHP 7.3 errors 2018-11-11 16:15:55 +01:00
Controller Add undocumented properties (#12717) 2018-11-15 20:41:57 -05:00
Core Fix some PHP 7.3 errors 2018-11-11 16:15:55 +01:00
Error Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Event Fix: revert return 2017-10-05 00:09:51 +09:00
I18n Add Luxembourgish language. 2018-03-30 20:25:35 +05:30
Log Improve documentation 2018-10-26 14:23:30 +02:00
Model Fix some PHP 7.3 errors 2018-11-11 16:15:55 +01:00
Network Add undocumented properties (#12717) 2018-11-15 20:41:57 -05:00
Routing Merge branch '2.x' into 2.next 2017-06-26 21:51:41 -04:00
Test Move failing assertion to a new test method 2018-11-11 17:53:28 +01:00
TestSuite Replace hard coded test directory paths with constants, fixes #12636 2018-10-26 13:49:53 +02:00
Utility Fix some PHP 7.3 errors 2018-11-11 16:15:55 +01:00
View Add undocumented properties (#12717) 2018-11-15 20:41:57 -05:00
basics.php Add undocumented properties (#12717) 2018-11-15 20:41:57 -05:00
bootstrap.php Replace hard coded test directory paths with constants, fixes #12636 2018-10-26 13:49:53 +02:00
LICENSE.txt Use HTTPS for the cakephp.org URL 2017-06-10 23:40:28 +02:00
VERSION.txt Update version number to 2.10.13 2018-10-27 22:01:42 -04:00