mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
320cdf98ee
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 |
||
---|---|---|
.. | ||
Component | ||
CakeErrorController.php | ||
Component.php | ||
ComponentCollection.php | ||
Controller.php | ||
Scaffold.php |