Test Setup Failed
Push — master ( 101a4a...ab8e0f )
by Daniel
40:49 queued 28:35
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.