Completed
Push — master ( d88ff8...31f153 )
by Joschi
02:55
created
src/Server/Infrastructure/Model/Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
 use Apparat\Server\Infrastructure\Action\YearAction;
49 49
 use Apparat\Server\Ports\Action\ActionInterface;
50 50
 use Apparat\Server\Ports\Route\Route;
51
-use Psr\Http\Message\ResponseInterface;
52 51
 use Psr\Http\Message\ServerRequestInterface;
53 52
 
54 53
 /**
Please login to merge, or discard this patch.
src/Server/Infrastructure/Route/AuraRouterAdapter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
 use Apparat\Server\Domain\Contract\RouteInterface;
42 42
 use Apparat\Server\Domain\Contract\RouterContainerInterface;
43 43
 use Apparat\Server\Ports\Action\ActionInterface;
44
-use Aura\Router\Matcher;
45 44
 use Aura\Router\Route;
46 45
 use Aura\Router\RouterContainer;
47 46
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.
src/Server/Tests/ADR/TestAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * Run the action
53 53
      *
54
-     * @return ResponseInterface Response
54
+     * @return \Apparat\Server\Domain\Contract\ResponderInterface Response
55 55
      */
56 56
     public function __invoke()
57 57
     {
Please login to merge, or discard this patch.
src/Server/Tests/Adr/TestAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * Run the action
53 53
      *
54
-     * @return ResponseInterface Response
54
+     * @return \Apparat\Server\Domain\Contract\ResponderInterface Response
55 55
      */
56 56
     public function __invoke()
57 57
     {
Please login to merge, or discard this patch.