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.
ConstFetchNode
1 parent f00fd96 commit 3e35e45Copy full SHA for 3e35e45
Tests/Extractor/PhpStanExtractorTest.php
@@ -927,7 +927,7 @@ public static function unionTypesProvider(): iterable
927
Type::object(ParentDummy::class),
928
Type::null(),
929
)];
930
- yield ['f', null];
+ yield ['f', Type::union(Type::string(), Type::null())];
931
yield ['g', Type::array(Type::union(Type::string(), Type::int()))];
932
}
933
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.9|^7.2.2"
+ "symfony/type-info": "~7.2.8|^7.3.1"
29
},
30
"require-dev": {
31
"symfony/serializer": "^6.4|^7.0",
0 commit comments