Skip to content

Commit a255c44

Browse files
Merge branch '11.0'
2 parents fde4b21 + e0ddfd2 commit a255c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/scripts/phar-version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
\file_put_contents(
99
__DIR__ . '/../tmp/phar/phpunit/Runner/Version.php',
1010
\str_replace(
11-
'private static $pharVersion = \'\';',
12-
'private static $pharVersion = \'' . $argv[1] . '\';',
11+
'private static string $pharVersion = \'\';',
12+
'private static string $pharVersion = \'' . $argv[1] . '\';',
1313
\file_get_contents(__DIR__ . '/../tmp/phar/phpunit/Runner/Version.php')
1414
),
1515
\LOCK_EX

0 commit comments

Comments
 (0)