Skip to content

Commit

Permalink
Fix Scoper config again
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 27, 2022
1 parent c20b274 commit b0a8956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/build/scoper.inc.php
Expand Up @@ -272,7 +272,7 @@ function (string $filePath, string $prefix, string $content): string {
return str_replace(sprintf('\'%s\\\\JetBrains\\\\', $prefix), '\'JetBrains\\\\', $content);
}
],
'expose-namespaces' => [
'exclude-namespaces' => [
'PHPStan',
'PhpParser',
'Hoa',
Expand Down

0 comments on commit b0a8956

Please sign in to comment.