Skip to content

Commit

Permalink
[Scoper] Fix exclude files (#6700)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Jan 28, 2025
1 parent b226fe6 commit d3deb35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
'#^Symfony\\\\Polyfill#',
],

'exclude-files' => $excludedFiles,

// expose
'expose-classes' => ['Normalizer'],
'expose-functions' => [
Expand Down

0 comments on commit d3deb35

Please sign in to comment.