@@ -127,7 +127,7 @@ |
||
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 | } |