mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 16:38:37 -06:00
Removed extra semicolon added by mistake
This commit is contained in:
parent
cc8474aefb
commit
0d7f9c0594
@ -10,7 +10,7 @@ use Psr\Http\Message\ServerRequestInterface;
|
||||
use Psr\Http\Server\MiddlewareInterface;
|
||||
use Psr\Http\Server\RequestHandlerInterface;
|
||||
use Shlinkio\Shlink\Rest\Authentication;
|
||||
use Zend\Diactoros\Response\EmptyResponse;;
|
||||
use Zend\Diactoros\Response\EmptyResponse;
|
||||
use Zend\Expressive\Router\RouteResult;
|
||||
|
||||
use function array_merge;
|
||||
|
Loading…
Reference in New Issue
Block a user