Passed
Push — master ( 69b17c...082853 )
by Terry
02:44
created
src/Psr7/Request.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -109,9 +109,9 @@
 block discarded – undo
109 109
      */
110 110
     public function __construct(
111 111
         string $method  = 'GET',
112
-        $uri            = ''   ,
113
-        $body           = ''   ,
114
-        array  $headers = []   ,
112
+        $uri            = '',
113
+        $body           = '',
114
+        array  $headers = [],
115 115
         string $version = '1.1'
116 116
     ) {
117 117
         $this->method = $method;
Please login to merge, or discard this patch.
src/Psr15/Middleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,5 +25,5 @@
 block discarded – undo
25 25
     /**
26 26
      * {@inheritdoc}
27 27
      */
28
-    abstract function process(ServerRequestInterface  $request,RequestHandlerInterface $handler): ResponseInterface;
28
+    abstract function process(ServerRequestInterface  $request, RequestHandlerInterface $handler): ResponseInterface;
29 29
 }
Please login to merge, or discard this patch.