Skip to content

Commit b0b13ce

Browse files
loic425diimpp
andcommitted
Update src/Component/src/Metadata/Mutator/OperationMutatorCollectionInterface.php
Co-authored-by: Dmitri Perunov <[email protected]>
1 parent cdaba06 commit b0b13ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component/src/Metadata/Mutator/OperationMutatorCollectionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ interface OperationMutatorCollectionInterface extends ContainerInterface
2626
/**
2727
* @return list<OperationMutatorInterface>
2828
*/
29-
public function get(string $id): mixed;
29+
public function get(string $id): array;
3030
}

0 commit comments

Comments
 (0)