Skip to content

Commit

Permalink
Fix Scope config
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 29, 2022
1 parent 9415552 commit d806937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/build/scoper.inc.php
Expand Up @@ -44,7 +44,7 @@
return [
'prefix' => $prefix,
'finders' => [],
'files-whitelist' => $stubs,
'exclude-files' => $stubs,
'patchers' => [
function (string $filePath, string $prefix, string $content): string {
if ($filePath !== 'bin/phpstan') {
Expand Down

0 comments on commit d806937

Please sign in to comment.