Passed
Push — master ( 76e439...0d9218 )
by Thomas
02:18
created
src/Factory/NyholmFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * @inheritdoc
45 45
      */
46
-    public function createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface
46
+    public function createServerRequest(string $method, $uri, array $serverParams = [ ]): ServerRequestInterface
47 47
     {
48 48
         return $this->factory->createServerRequest($method, $uri, $serverParams);
49 49
     }
Please login to merge, or discard this patch.