Skip to content

Commit dc551c1

Browse files
committed
Fixing PHPStan rule
1 parent 57a1444 commit dc551c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/FunctionListLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static function getFunctionList(): array
2525
throw new \RuntimeException('Could not find thecodingmachine/safe\'s functionsList.php file.');
2626
}
2727
// Let's index these functions by their name
28-
self::$functions = \array_combine($functions, $functions);
28+
self::$functions = \Safe\array_combine($functions, $functions);
2929
}
3030
return self::$functions;
3131
}

0 commit comments

Comments
 (0)