Skip to content

Commit 17c4fe5

Browse files
committed
Fix PHP 8.3 polyfill
1 parent 086ee29 commit 17c4fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/build/scoper.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ function (string $filePath, string $prefix, string $content): string {
245245
'Hoa',
246246
'Symfony\Polyfill\Php80',
247247
'Symfony\Polyfill\Php81',
248+
'Symfony\Polyfill\Php83',
248249
'Symfony\Polyfill\Mbstring',
249250
'Symfony\Polyfill\Intl\Normalizer',
250251
'Symfony\Polyfill\Intl\Grapheme',

0 commit comments

Comments
 (0)