Update src/Util/Arrays.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
da9d1e828b
commit
83056df565
|
@ -71,7 +71,7 @@ class Arrays
|
|||
*
|
||||
* @return array the transformed array
|
||||
*/
|
||||
static public function walkRecursive(array &$array, callable $callback)
|
||||
public static function walkRecursive(array &$array, callable $callback)
|
||||
{
|
||||
$new_array = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue