From e07c464de8f417ccb0ee097cf8f58dfc132b05e7 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 15 Jul 2017 09:15:45 +0200 Subject: [PATCH] Removed strict declarations --- module/CLI/src/Command/Tag/ListTagsCommand.php | 2 -- module/Core/src/Repository/TagRepository.php | 2 -- module/Core/src/Repository/TagRepositoryInterface.php | 2 -- module/Rest/src/Action/Tag/CreateTagsAction.php | 2 -- module/Rest/src/Action/Tag/DeleteTagsAction.php | 2 -- module/Rest/test/Action/Tag/CreateTagsActionTest.php | 2 -- module/Rest/test/Action/Tag/DeleteTagsActionTest.php | 2 -- 7 files changed, 14 deletions(-) diff --git a/module/CLI/src/Command/Tag/ListTagsCommand.php b/module/CLI/src/Command/Tag/ListTagsCommand.php index 442706fd..201b09ae 100644 --- a/module/CLI/src/Command/Tag/ListTagsCommand.php +++ b/module/CLI/src/Command/Tag/ListTagsCommand.php @@ -1,6 +1,4 @@