Skip to content
Snippets Groups Projects
Unverified Commit 59ad5c9d authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Sync with 99f6e264

parent 20a63fc1
Branches
Tags
No related merge requests found
......@@ -8,8 +8,8 @@ if (!isset($argv[1], $argv[2])) {
\file_put_contents(
__DIR__ . '/../tmp/phar/phpunit/Runner/Version.php',
\str_replace(
'private static $pharVersion = \'\';',
'private static $pharVersion = \'' . $argv[1] . '\';',
'private static string $pharVersion = \'\';',
'private static string $pharVersion = \'' . $argv[1] . '\';',
\file_get_contents(__DIR__ . '/../tmp/phar/phpunit/Runner/Version.php')
),
\LOCK_EX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment