We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6b336 commit 8b01877Copy full SHA for 8b01877
Tests/LazyProxyTraitTest.php
@@ -291,7 +291,7 @@ public function testReinitRegularLazyProxy()
291
$this->assertSame(234, $object->foo);
292
}
293
294
- #[RequiresPhp('8.3')]
+ #[RequiresPhp('>=8.3')]
295
public function testReinitReadonlyLazyProxy()
296
{
297
$object = $this->createLazyProxy(ReadOnlyClass::class, fn () => new ConcreteReadOnlyClass(123));
0 commit comments