File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ public function testTypeMismatchOnTypedPropertyIsCollectedAsDenormalizationError
533533 $ this ->assertInstanceOf (NotNormalizableValueException::class, $ error );
534534 $ this ->assertSame ('name ' , $ error ->getPath ());
535535 $ this ->assertSame ('array ' , $ error ->getCurrentType ());
536- $ this ->assertSame (['string ' ], $ error ->getExpectedTypes ());
536+ $ this ->assertSame ([class_exists (InvalidTypeException::class) ? 'string ' : ' unknown ' ], $ error ->getExpectedTypes ());
537537 }
538538 }
539539
Original file line number Diff line number Diff line change 3434 "symfony/http-kernel" : " ^7.4|^8.0" ,
3535 "symfony/messenger" : " ^7.4|^8.0" ,
3636 "symfony/mime" : " ^7.4|^8.0" ,
37- "symfony/property-access" : " ^7.4|^8.0" ,
37+ "symfony/property-access" : " ^7.4.9 |^8.0.9 " ,
3838 "symfony/property-info" : " ^7.4|^8.0" ,
3939 "symfony/translation-contracts" : " ^2.5|^3" ,
4040 "symfony/type-info" : " ^7.4|^8.0" ,
4747 "conflict" : {
4848 "phpdocumentor/reflection-docblock" : " <5.2|>=7" ,
4949 "phpdocumentor/type-resolver" : " <1.5.1" ,
50+ "symfony/property-access" : " <7.4.9|>=8.0,<8.0.9" ,
5051 "symfony/property-info" : " <7.4" ,
5152 "symfony/type-info" : " <7.4"
5253 },
You can’t perform that action at this time.
0 commit comments