Skip to content

Commit

Permalink
complete polyfill list
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 7, 2022
1 parent 2e977bd commit df529df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
],
'exclude-namespaces' => ['#^Rector#', '#^PhpParser#', '#^PHPStan#', '#^Symplify\RuleDocGenerator#'],
'exclude-files' => [
'vendor/symfony/deprecation-contracts/function.php',
'vendor/symfony/polyfill-intl-normalizer/bootstrap.php',
'vendor/symfony/polyfill-intl-normalizer/bootstrap80.php',
'vendor/symfony/polyfill-mbstring/bootstrap.php',
'vendor/symfony/polyfill-mbstring/bootstrap80.php',
'vendor/symfony/polyfill-php80/bootstrap.php',
'vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php',
'vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
'vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php',
Expand Down

0 comments on commit df529df

Please sign in to comment.