Skip to content

Commit 5438373

Browse files
committed
Update scoper.inc.php
1 parent 5178f02 commit 5438373

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/build/scoper.inc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'../../stubs',
1717
'../../vendor/jetbrains/phpstorm-stubs',
1818
'../../vendor/phpstan/php-8-stubs/stubs',
19+
// when adding new polyfills, don't forget to also append them in 'exclude-namespaces' below
1920
'../../vendor/symfony/polyfill-php80',
2021
'../../vendor/symfony/polyfill-php81',
2122
'../../vendor/symfony/polyfill-php83',
@@ -248,6 +249,8 @@ function (string $filePath, string $prefix, string $content): string {
248249
'Symfony\Polyfill\Php80',
249250
'Symfony\Polyfill\Php81',
250251
'Symfony\Polyfill\Php83',
252+
'Symfony\Polyfill\Php84',
253+
'Symfony\Polyfill\Php85',
251254
'Symfony\Polyfill\Mbstring',
252255
'Symfony\Polyfill\Intl\Normalizer',
253256
'Symfony\Polyfill\Intl\Grapheme',

0 commit comments

Comments
 (0)