mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
adefb973aa
Replaced assignment of $key and $dir through list() with each() with simply key() and current() per tenkoma's suggestion. Resolves # 11827 each() advances the pointer similar to next() but is being negated this particular case by array_shift() which resets the pointer |
||
---|---|---|
.. | ||
Behavior | ||
Datasource | ||
Validator | ||
AclNode.php | ||
Aco.php | ||
AcoAction.php | ||
Aro.php | ||
BehaviorCollection.php | ||
CakeSchema.php | ||
ConnectionManager.php | ||
I18nModel.php | ||
Model.php | ||
ModelBehavior.php | ||
ModelValidator.php | ||
Permission.php |