File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515
1616use ApiPlatform \JsonSchema \SchemaFactoryInterface ;
1717use ApiPlatform \Metadata \Operation \Factory \OperationMetadataFactory ;
18+ use ApiPlatform \Metadata \Operation \Factory \OperationMetadataFactoryInterface ;
1819use ApiPlatform \Symfony \Bundle \Test \ApiTestCase ;
1920use ApiPlatform \Tests \Fixtures \TestBundle \Entity \PaginationDisabledEntity ;
2021use ApiPlatform \Tests \RecreateSchemaTrait ;
@@ -27,7 +28,7 @@ final class PaginationDisabledTest extends ApiTestCase
2728 use SetupClassResourcesTrait;
2829
2930 protected SchemaFactoryInterface $ schemaFactory ;
30- private OperationMetadataFactory $ operationMetadataFactory ;
31+ private OperationMetadataFactoryInterface $ operationMetadataFactory ;
3132
3233 protected static ?bool $ alwaysBootKernel = false ;
3334
You can’t perform that action at this time.
0 commit comments