Completed
Push — master ( bc3bf5...3f770a )
by smiley
02:50
created
src/MultiRequest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,8 +188,7 @@
 block discarded – undo
188 188
 				$curl = curl_init($url);
189 189
 				curl_setopt_array($curl, $this->curl_options);
190 190
 				curl_multi_add_handle($this->curl_multi, $curl);
191
-			}
192
-			else{
191
+			} else{
193 192
 				// retry on next if we don't get what we expect
194 193
 				$this->createHandle();
195 194
 			}
Please login to merge, or discard this patch.