Passed
Push — master ( ddb4d4...f3d4b9 )
by Frank
02:18
created
src/Client/HttplugAsyncClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     {
128 128
         $exceptionList = $this->promises->resolveAll();
129 129
 
130
-        if (! empty($exceptionList)) {
130
+        if (!empty($exceptionList)) {
131 131
             throw ClientException::fromException('Encountered errors while resolving requests', ...$exceptionList);
132 132
         }
133 133
     }
Please login to merge, or discard this patch.