Completed
Push — master ( 4d99ff...72c523 )
by Joschi
02:43
created
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.