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 { - } }