Skip to content

Commit 8b01877

Browse files
-
1 parent ed6b336 commit 8b01877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LazyProxyTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public function testReinitRegularLazyProxy()
291291
$this->assertSame(234, $object->foo);
292292
}
293293

294-
#[RequiresPhp('8.3')]
294+
#[RequiresPhp('>=8.3')]
295295
public function testReinitReadonlyLazyProxy()
296296
{
297297
$object = $this->createLazyProxy(ReadOnlyClass::class, fn () => new ConcreteReadOnlyClass(123));

0 commit comments

Comments
 (0)