diff --git a/tests/Console/Command/DiffTest.php b/tests/Console/Command/DiffTest.php index 2b114d5e2..af8fc425b 100644 --- a/tests/Console/Command/DiffTest.php +++ b/tests/Console/Command/DiffTest.php @@ -481,7 +481,7 @@ static function (CommandTester $commandTester): string { return DisplayNormalizer::removeTrailingSpaces($commandTester->getDisplay(true)); }, null, - PHP_VERSION_ID >= 70400 ? 1 : 2, // related to https://bugs.php.net/bug.php?id=69279 + 1, ])(); yield (static fn (): array => [ @@ -594,7 +594,7 @@ static function (CommandTester $commandTester): string { return DisplayNormalizer::removeTrailingSpaces($commandTester->getDisplay(true)); }, null, - PHP_VERSION_ID >= 70400 ? 1 : 2, // related to https://bugs.php.net/bug.php?id=69279 + 1, ])(); yield (static fn (): array => [