File tree 1 file changed +3
-3
lines changed
src/voku/SimplePhpParser/Parsers
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public static function getPhpFiles(
66
66
require_once $ projectPath ;
67
67
}
68
68
}
69
- restore_error_handler ();
69
+ \ restore_error_handler ();
70
70
71
71
$ phpCodes = self ::getCode (
72
72
$ pathOrCode ,
@@ -183,7 +183,7 @@ public static function process(
183
183
string $ cacheKey ,
184
184
array $ autoloaderProjectPaths
185
185
) {
186
- $ cacheKey .= '--process-- ' . md5 (\implode ('| ' , $ autoloaderProjectPaths ));
186
+ $ cacheKey .= '--process-- ' . \ md5 (\implode ('| ' , $ autoloaderProjectPaths ));
187
187
188
188
foreach ($ autoloaderProjectPaths as $ projectPath ) {
189
189
if (\file_exists ($ projectPath . '/vendor/autoload.php ' )) {
@@ -197,7 +197,7 @@ public static function process(
197
197
require_once $ projectPath ;
198
198
}
199
199
}
200
- restore_error_handler ();
200
+ \ restore_error_handler ();
201
201
202
202
new \voku \SimplePhpParser \Parsers \Helper \Psalm \FakeFileProvider ();
203
203
$ providers = new \Psalm \Internal \Provider \Providers (
You can’t perform that action at this time.
0 commit comments