8000
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.
2 parents 8c05131 + 15937b8 commit eb5ab67Copy full SHA f 8000 or eb5ab67
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
}
composer.json
@@ -25,7 +25,7 @@
25
"require": {
26
"php": ">=8.2",
27
"symfony/string": "^6.4|^7.0",
28
- "symfony/type-info": "^7.1"
+ "symfony/type-info": "~7.1.9|^7.2.2"
29
},
30
"require-dev": {
31
"symfony/serializer": "^6.4|^7.0",
0 commit comments