Fixed coding styles

This commit is contained in:
Alejandro Celaya 2018-01-07 20:08:07 +01:00
parent e8a0c5484c
commit 7ba9eb8e2c
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -20,6 +20,5 @@ class EditShortCodeAction extends AbstractRestAction
*/
public function process(ServerRequestInterface $request, DelegateInterface $delegate): ResponseInterface
{
}
}