From d10bfa3eeabeafa729ea51afffa1e59cdb8d77aa Mon Sep 17 00:00:00 2001 From: alexz707 Date: Thu, 23 May 2024 15:32:24 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/Tag/Hydrator/TagHydratorInterface.php | 16 +++++++++++++++- src/Tag/Repository/TagRepositoryInterface.php | 18 +++++++++++++++++- src/Tag/Service/TagServiceInterface.php | 17 ++++++++++++++++- 3 files changed, 48 insertions(+), 3 deletions(-) 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 @@