Skip to content

Commit 18b3a50

Browse files
loic425diimpp
andauthored
Apply suggestions from code review
Co-authored-by: Dmitri Perunov <[email protected]>
1 parent f1545bf commit 18b3a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Component/src/Metadata/Resource/Factory/OperationDefaultsTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ private function getResourceWithDefaults(
4949
}
5050

5151
private function getOperationWithDefaults(
52+
Operation $operation,
53+
ResourceMetadata $resource,
5254
OperationRouteNameFactory $operationRouteNameFactory,
5355
RegistryInterface $resourceRegistry,
54-
ResourceMetadata $resource,
55-
Operation $operation,
5656
): array {
5757
$resourceConfiguration = $resourceRegistry->get($resource->getAlias() ?? '');
5858

0 commit comments

Comments
 (0)