File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ private function createUninitializedObjectPropertyGhost(): UninitializedObjectPr
10141014 return (new \ReflectionClass (UninitializedObjectProperty::class))->newLazyGhost (fn () => null );
10151015 }
10161016
1017- #[RequiresPhp('8.4 ' )]
1017+ #[RequiresPhp('>= 8.4 ' )]
10181018 public function testIsWritableWithAsymmetricVisibility ()
10191019 {
10201020 $ object = new AsymmetricVisibility ();
@@ -1026,7 +1026,7 @@ public function testIsWritableWithAsymmetricVisibility()
10261026 $ this ->assertFalse ($ this ->propertyAccessor ->isWritable ($ object , 'virtualNoSetHook ' ));
10271027 }
10281028
1029- #[RequiresPhp('8.4 ' )]
1029+ #[RequiresPhp('>= 8.4 ' )]
10301030 public function testIsReadableWithAsymmetricVisibility ()
10311031 {
10321032 $ object = new AsymmetricVisibility ();
@@ -1038,7 +1038,7 @@ public function testIsReadableWithAsymmetricVisibility()
10381038 $ this ->assertTrue ($ this ->propertyAccessor ->isReadable ($ object , 'virtualNoSetHook ' ));
10391039 }
10401040
1041- #[RequiresPhp('8.4 ' )]
1041+ #[RequiresPhp('>= 8.4 ' )]
10421042 #[DataProvider('setValueWithAsymmetricVisibilityDataProvider ' )]
10431043 public function testSetValueWithAsymmetricVisibility (string $ propertyPath , ?string $ expectedException )
10441044 {
You can’t perform that action at this time.
0 commit comments