diff --git a/tests/UtilsTest.php b/tests/UtilsTest.php index beaf06dd3de..36d010b1dfd 100644 --- a/tests/UtilsTest.php +++ b/tests/UtilsTest.php @@ -34,7 +34,7 @@ final class UtilsTest extends TestCase /** * @var null|false|string */ - private null|bool|string $originalValueOfFutureMode; + private $originalValueOfFutureMode; protected function setUp(): void {