We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a1444 commit dc551c1Copy full SHA for dc551c1
src/Utils/FunctionListLoader.php
@@ -25,7 +25,7 @@ public static function getFunctionList(): array
25
throw new \RuntimeException('Could not find thecodingmachine/safe\'s functionsList.php file.');
26
}
27
// Let's index these functions by their name
28
- self::$functions = \array_combine($functions, $functions);
+ self::$functions = \Safe\array_combine($functions, $functions);
29
30
return self::$functions;
31
0 commit comments