diff --git a/src/Tag/Hydrator/TagHydratorInterface.php b/src/Tag/Hydrator/TagHydratorInterface.php index 684f8e48c..4e5095324 100644 --- a/src/Tag/Hydrator/TagHydratorInterface.php +++ b/src/Tag/Hydrator/TagHydratorInterface.php @@ -1,6 +1,19 @@ $tags + * * @return array */ public function hydrateNestedList(array $tags): array; -} \ No newline at end of file +} diff --git a/src/Tag/Repository/TagRepositoryInterface.php b/src/Tag/Repository/TagRepositoryInterface.php index 9744fe955..4d7a983cb 100644 --- a/src/Tag/Repository/TagRepositoryInterface.php +++ b/src/Tag/Repository/TagRepositoryInterface.php @@ -1,6 +1,19 @@