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 be417a3 commit 91ea040Copy full SHA for 91ea040
tests/Unit/Helpers/DefinitionExtractorTest.php
@@ -163,7 +163,7 @@ public function testFromClassWithSelfDependency(): void
163
164
$this->assertInstanceOf(ParameterDefinition::class, $definition);
165
$this->assertSame(
166
- PHP_VERSION_ID > 80500 ? 'self' : SelfDependency::class,
+ PHP_VERSION_ID < 80500 ? 'self' : SelfDependency::class,
167
$definition->getReflection()->getType()->getName(),
168
);
169
}
0 commit comments