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 36bb990 commit 9005f25Copy full SHA for 9005f25
src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php
@@ -1043,7 +1043,7 @@ public static function allowPrivateAccessProvider(): array
1043
public function testGenericInterface()
1044
{
1045
$this->assertEquals(
1046
- Type::generic(Type::object(\BackedEnum::class), Type::string()),
+ Type::generic(Type::enum(\BackedEnum::class), Type::string()),
1047
$this->extractor->getType(Dummy::class, 'genericInterface'),
1048
);
1049
}
0 commit comments