mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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 |
||
---|---|---|
.. | ||
Database | ||
Session | ||
CakeSession.php | ||
DataSource.php | ||
DboSource.php |