Completed
Push — develop ( 8d5369...89b145 )
by Witold
30:20 queued 12:14
created
src/RequestIdProviderFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,6 @@
 block discarded – undo
40 40
 
41 41
     public function create(ServerRequestInterface $request)
42 42
     {
43
-       return new RequestIdProvider($request, $this->generator,  $this->allowOverride,  $this->requestHeader);
43
+        return new RequestIdProvider($request, $this->generator,  $this->allowOverride,  $this->requestHeader);
44 44
     }
45 45
 }
46 46
\ No newline at end of file
Please login to merge, or discard this patch.