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 9fb0dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FixerConfiguration/FixerOptionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class FixerOptionBuilder
/**
* @var null|mixed
*/
private mixed $default = null;
private ?mixed $default = null;

private bool $isRequired = true;

Expand Down
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 9fb0dae

Please sign in to comment.