Completed
Pull Request — master (#106)
by Alex
01:45
created
src/PSR7Client.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,8 +71,9 @@
 block discarded – undo
71 71
     public function acceptRequest()
72 72
     {
73 73
         $rawRequest = $this->httpClient->acceptRequest();
74
-        if ($rawRequest === null)
75
-            return null;
74
+        if ($rawRequest === null) {
75
+                    return null;
76
+        }
76 77
 
77 78
         $_SERVER = $this->configureServer($rawRequest['ctx']);
78 79
 
Please login to merge, or discard this patch.