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 6566e57 commit fe89a2f
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 fe89a2f

Please sign in to comment.