Completed
Push — master ( 30b51c...942354 )
by Chubarov
24:54 queued 21:03
created
src/Assistants/ConstructorUrl.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,7 @@
 block discarded – undo
23 23
             $this->url .= $newParameters;
24 24
         } elseif ($this->url == '/') {
25 25
             $this->url .= $newParameters;
26
-        }
27
-        else {
26
+        } else {
28 27
             $this->url .= '&'.$newParameters;
29 28
         }
30 29
         return $this;
Please login to merge, or discard this patch.