Completed
Push — master ( 84d676...607d64 )
by Oscar
04:24
created
src/Admin.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     /**
34 34
      * {@inheritdoc}
35 35
      * 
36
-     * @return ResponseInterface
36
+     * @return \Psr\Http\Message\ResponseInterface
37 37
      */
38 38
     public function handle(ServerRequestInterface $request): ResponseInterface
39 39
     {
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Fol\{App, NotFoundException};
6 6
 use Folk\Entities\EntityInterface;
7
-use Folk\Entities\SingleEntityInterface;
8 7
 use Psr\Http\Message\{ServerRequestInterface, ResponseInterface, UriInterface};
9 8
 use Interop\Http\Server\RequestHandlerInterface;
10
-use Zend\Diactoros\Response;
11
-use Relay\RelayBuilder;
12 9
 
13 10
 /**
14 11
  * Main manager.
Please login to merge, or discard this patch.