Skip to content

Commit ff0a7f2

Browse files
cs fix
1 parent fc628aa commit ff0a7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PropertyAccessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ private function createUninitializedObjectPropertyGhost(): UninitializedObjectPr
10501050
}
10511051

10521052
return (new \ReflectionClass(UninitializedObjectProperty::class))->newLazyGhost(fn () => null);
1053-
}
1053+
}
10541054

10551055
/**
10561056
* @requires PHP 8.4

0 commit comments

Comments
 (0)