@@ -32,9 +32,6 @@ parameters:
32
32
-
33
33
message: '#Cannot assign offset .+ to bool\.#'
34
34
path: %currentWorkingDirectory%/src/GraphQl/Resolver/FieldsToAttributesTrait.php
35
- -
36
- message: '#Access to an undefined property GraphQL\\Language\\AST\\ValueNode::\$value\.#'
37
- path: %currentWorkingDirectory%/src/GraphQl/Type/Definition/IterableType.php
38
35
- '#Access to an undefined property Prophecy\\Prophecy\\ObjectProphecy<(\\?[a-zA-Z0-9_]+)+>::\$[a-zA-Z0-9_]+#'
39
36
- '#Call to an undefined method Doctrine\\Common\\Persistence\\ObjectManager::getConnection\(\)#'
40
37
- '#Parameter \#1 \$function of function call_user_func expects callable\(\): mixed, .+ given\.#'
@@ -56,6 +53,15 @@ parameters:
56
53
-
57
54
message: '#Parameter \#1 \$collection of method ApiPlatform\\Core\\Tests\\GraphQl\\Resolver\\Factory\\CollectionResolverFactoryTest::createCollectionResolverFactory\(\) expects array\|Iterator, object given\.#'
58
55
path: %currentWorkingDirectory%/tests/GraphQl/Resolver/Factory/CollectionResolverFactoryTest.php
56
+ -
57
+ message: '#Parameter \#1 \$resourceClass of method ApiPlatform\\Core\\Metadata\\Property\\Factory\\InheritedPropertyMetadataFactory::create\(\) expects string, object\|string given\.#'
58
+ path: %currentWorkingDirectory%/src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php
59
+ -
60
+ message: '#Parameter \#1 \$childInherited of method ApiPlatform\\Core\\Metadata\\Property\\PropertyMetadata::withChildInherited\(\) expects string, object\|string given\.#'
61
+ path: %currentWorkingDirectory%/src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php
62
+ -
63
+ message: '#Parameter \#1 \$resourceClass of method ApiPlatform\\Core\\Metadata\\Property\\Factory\\InheritedPropertyNameCollectionFactory::create\(\) expects string, object\|string given\.#'
64
+ path: %currentWorkingDirectory%/src/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php
59
65
-
60
66
message: '#Property ApiPlatform\\Core\\Test\\DoctrineMongoDbOdmFilterTestCase::\$repository \(Doctrine\\ODM\\MongoDB\\Repository\\DocumentRepository\) does not accept Doctrine\\ORM\\EntityRepository<ApiPlatform\\Core\\Tests\\Fixtures\\TestBundle\\Document\\Dummy>\.#'
61
67
path: %currentWorkingDirectory%/src/Test/DoctrineMongoDbOdmFilterTestCase.php
0 commit comments