Passed
Push — master ( 606be1...b28623 )
by Sebastian
02:43
created
src/NumberInfo.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -572,8 +572,7 @@
 block discarded – undo
572 572
             {
573 573
                 $number = null;
574 574
                 $empty = true;
575
-            }
576
-            else
575
+            } else
577 576
             {
578 577
                 $number = (float)$number * 1;
579 578
             }
Please login to merge, or discard this patch.
src/RequestHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -216,8 +216,7 @@
 block discarded – undo
216 216
                 curl_errno($ch),
217 217
                 curl_error($ch)
218 218
             );
219
-        }
220
-        else
219
+        } else
221 220
         {
222 221
             $this->response->setBody((string)$output);
223 222
         }
Please login to merge, or discard this patch.
src/URLInfo/Parser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -285,8 +285,7 @@
 block discarded – undo
285 285
             if(is_array($val))
286 286
             {
287 287
                 $val = $this->restoreUnicodeChars($val);
288
-            }
289
-            else
288
+            } else
290 289
             {
291 290
                 $val = $this->restoreUnicodeChar($val);
292 291
             }
Please login to merge, or discard this patch.