Failed Conditions
Push — master ( 298f38...e9d38a )
by Arnold
10s
created
src/Controller/RouteAction.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -15,14 +15,14 @@
 block discarded – undo
15 15
      *
16 16
      * @return ServerRequestInterface
17 17
      */
18
-     abstract public function getRequest();
19
-
20
-     /**
21
-     * Get response. set for controller
22
-     *
23
-     * @return ResponseInterface
24
-     */
25
-     abstract public function getResponse();
18
+        abstract public function getRequest();
19
+
20
+        /**
21
+         * Get response. set for controller
22
+         *
23
+         * @return ResponseInterface
24
+         */
25
+        abstract public function getResponse();
26 26
 
27 27
     /**
28 28
      * Run the controller
Please login to merge, or discard this patch.