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.
>=
#[RequiresPhp]
1 parent 4cb36ef commit 316210dCopy full SHA for 316210d
Tests/Read/LazyInstantiatorTest.php
@@ -59,7 +59,7 @@ public function testThrowIfLazyGhostDirNotDefined()
59
new LazyInstantiator();
60
}
61
62
- #[RequiresPhp('8.4')]
+ #[RequiresPhp('>=8.4')]
63
public function testCreateLazyGhostUsingPhp()
64
{
65
$ghost = (new LazyInstantiator())->instantiate(ClassicDummy::class, function (ClassicDummy $object): void {
0 commit comments