Completed
Push — master ( f6d1a7...fd38ca )
by Jeroen
17:53 queued 15:33
created
src/Interfaces/Http/Middleware.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -7,12 +7,12 @@
 block discarded – undo
7 7
 
8 8
 interface Middleware
9 9
 {
10
-	/**
11
-	 * @param ServerRequestInterface $request
12
-	 * @param ResponseInterface $response
13
-	 * @param callable $next
14
-	 *
15
-	 * @return ResponseInterface
16
-	 */
17
-	public function __invoke(ServerRequestInterface $request, ResponseInterface $response, callable $next) : ResponseInterface;
10
+    /**
11
+     * @param ServerRequestInterface $request
12
+     * @param ResponseInterface $response
13
+     * @param callable $next
14
+     *
15
+     * @return ResponseInterface
16
+     */
17
+    public function __invoke(ServerRequestInterface $request, ResponseInterface $response, callable $next) : ResponseInterface;
18 18
 }
Please login to merge, or discard this patch.