Skip to content

Commit

Permalink
Prefix Hoa differently
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 17, 2020
1 parent 12d2d6d commit 6bb92ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/build/scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function (string $filePath, string $prefix, string $content): string {
return str_replace(sprintf('%s\\ReflectionUnionType', $prefix), 'ReflectionUnionType', $content);
},
function (string $filePath, string $prefix, string $content): string {
return str_replace('final private', 'private', $content);
return str_replace('private static final', 'private static', $content);
},
],
'whitelist' => [
Expand Down

0 comments on commit 6bb92ed

Please sign in to comment.