diff --git a/tests/php81-compatibility.patch b/tests/php81-compatibility.patch index c40924de..c5a724a6 100644 --- a/tests/php81-compatibility.patch +++ b/tests/php81-compatibility.patch @@ -93,7 +93,7 @@ index 57d9f2b..5493471 100644 public function fcn(string $A): void { diff --git a/tests/fixed/PropertyDeclaration.php b/tests/fixed/PropertyDeclaration.php -index 5c3f27b..0f30e98 100644 +index 5c3f27b..9703897 100644 --- a/tests/fixed/PropertyDeclaration.php +++ b/tests/fixed/PropertyDeclaration.php @@ -9,5 +9,10 @@ final class PropertyDeclaration @@ -104,7 +104,7 @@ index 5c3f27b..0f30e98 100644 + public string|null $nullableString = null; + + public function __construct( -+ public readonly Foo $foo ++ public readonly Foo $foo, + ) { + } } @@ -348,7 +348,7 @@ index 10e6f34..5e26ed8 100644 + private int|string|null $x = 1; } diff --git a/tests/input/PropertyDeclaration.php b/tests/input/PropertyDeclaration.php -index 0891e12..08f6897 100644 +index 0891e12..acdc445 100644 --- a/tests/input/PropertyDeclaration.php +++ b/tests/input/PropertyDeclaration.php @@ -10,4 +10,9 @@ final class PropertyDeclaration @@ -357,7 +357,7 @@ index 0891e12..08f6897 100644 public ? string $nullableString = null; + + public function __construct( -+ public readonly Foo $foo ++ public readonly Foo $foo, + ) { + } }