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 3766572 + 05ba52b commit 90856c6Copy full SHA for 90856c6
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
}
src/Symfony/Component/PropertyInfo/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