Passed
Push — master ( c3ebe1...248bb1 )
by Daniel
02:37
created
src/EndpointInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use Psr\Http\Server\RequestHandlerInterface;
8 8
 
9 9
 interface EndpointInterface extends
10
-   RequestHandlerInterface
10
+    RequestHandlerInterface
11 11
 {
12 12
     public function serve(
13 13
         ServerRequestInterface $request,
Please login to merge, or discard this patch.