cakephp2-php8/lib
Trent Renshaw adefb973aa Replaced is_array() check and set of $keys in array with cast to array of $keys in array_filter()
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
2018-05-31 15:46:28 +10:00
..
Cake Replaced is_array() check and set of $keys in array with cast to array of $keys in array_filter() 2018-05-31 15:46:28 +10:00