Skip to content

Commit

Permalink
7.4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 18, 2024
1 parent 30dd2c2 commit a0ac6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class UtilsTest extends TestCase
/**
* @var null|false|string
*/
private null|bool|string $originalValueOfFutureMode;
private $originalValueOfFutureMode;

protected function setUp(): void
{
Expand Down

0 comments on commit a0ac6a7

Please sign in to comment.