Update src/Util/Arrays.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Michael Vogel 2021-11-09 06:23:04 +01:00 committed by GitHub
parent da9d1e828b
commit 83056df565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];