We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde4b21 + e0ddfd2 commit a255c44Copy full SHA for a255c44
build/scripts/phar-version.php
@@ -8,8 +8,8 @@
8
\file_put_contents(
9
__DIR__ . '/../tmp/phar/phpunit/Runner/Version.php',
10
\str_replace(
11
- 'private static $pharVersion = \'\';',
12
- 'private static $pharVersion = \'' . $argv[1] . '\';',
+ 'private static string $pharVersion = \'\';',
+ 'private static string $pharVersion = \'' . $argv[1] . '\';',
13
\file_get_contents(__DIR__ . '/../tmp/phar/phpunit/Runner/Version.php')
14
),
15
\LOCK_EX
0 commit comments