File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 '%api_platform.serializer.default_context% ' ,
4343 service ('api_platform.security.resource_access_checker ' )->ignoreOnInvalid (),
4444 service ('api_platform.http_cache.tag_collector ' )->ignoreOnInvalid (),
45- service ('api_platform.metadata.operation.metadata_factory ' )->ignoreOnInvalid ()
45+ service ('api_platform.metadata.operation.metadata_factory ' )->ignoreOnInvalid (),
4646 ])
4747 ->tag ('serializer.normalizer ' , ['priority ' => -890 ]);
4848
Original file line number Diff line number Diff line change 1414namespace ApiPlatform \Tests \Functional ;
1515
1616use ApiPlatform \JsonSchema \SchemaFactoryInterface ;
17- use ApiPlatform \Metadata \Operation \Factory \OperationMetadataFactory ;
17+ use ApiPlatform \Metadata \Operation \Factory \OperationMetadataFactoryInterface ;
1818use ApiPlatform \Symfony \Bundle \Test \ApiTestCase ;
1919use ApiPlatform \Tests \Fixtures \TestBundle \Entity \PaginationDisabledEntity ;
2020use ApiPlatform \Tests \RecreateSchemaTrait ;
@@ -27,7 +27,7 @@ final class PaginationDisabledTest extends ApiTestCase
2727 use SetupClassResourcesTrait;
2828
2929 protected SchemaFactoryInterface $ schemaFactory ;
30- private OperationMetadataFactory $ operationMetadataFactory ;
30+ private OperationMetadataFactoryInterface $ operationMetadataFactory ;
3131
3232 protected static ?bool $ alwaysBootKernel = false ;
3333
You can’t perform that action at this time.
0 commit comments