From 7ba9eb8e2c10daa4e1e4852c394f27c3231a80a3 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 7 Jan 2018 20:08:07 +0100 Subject: [PATCH] Fixed coding styles --- module/Core/test/Service/ShortUrlServiceTest.php | 1 - module/Rest/src/Action/EditShortCodeAction.php | 1 - 2 files changed, 2 deletions(-) diff --git a/module/Core/test/Service/ShortUrlServiceTest.php b/module/Core/test/Service/ShortUrlServiceTest.php index 9de6d89f..cc406713 100644 --- a/module/Core/test/Service/ShortUrlServiceTest.php +++ b/module/Core/test/Service/ShortUrlServiceTest.php @@ -14,7 +14,6 @@ use Shlinkio\Shlink\Core\Exception\InvalidShortCodeException; use Shlinkio\Shlink\Core\Model\ShortUrlMeta; use Shlinkio\Shlink\Core\Repository\ShortUrlRepository; use Shlinkio\Shlink\Core\Service\ShortUrlService; -use Shlinkio\Shlink\Core\Validation\ShortUrlMetaInputFilter; class ShortUrlServiceTest extends TestCase { diff --git a/module/Rest/src/Action/EditShortCodeAction.php b/module/Rest/src/Action/EditShortCodeAction.php index f7b8eb49..84d3aaae 100644 --- a/module/Rest/src/Action/EditShortCodeAction.php +++ b/module/Rest/src/Action/EditShortCodeAction.php @@ -20,6 +20,5 @@ class EditShortCodeAction extends AbstractRestAction */ public function process(ServerRequestInterface $request, DelegateInterface $delegate): ResponseInterface { - } }