Passed
Push — master ( 248bb1...04bb0b )
by Daniel
02:42
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.