Completed
Push — master ( 0ba091...8a1067 )
by Elf
04:09
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
      */
180 180
     protected function getHttpClient()
181 181
     {
182
-        if (! $this->httpClient instanceof HttpClient) {
182
+        if ( ! $this->httpClient instanceof HttpClient) {
183 183
             $this->httpClient = new HttpClient;
184 184
         }
185 185
 
Please login to merge, or discard this patch.