Passed
Push — master ( ba00c7...bfa3fc )
by Sebastian
08:42
created
src/JSHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,8 +153,7 @@
 block discarded – undo
153 153
             if($hash === true) 
154 154
             { 
155 155
                 $hash = 'true'; 
156
-            } 
157
-            else if($hash === false) 
156
+            } else if($hash === false) 
158 157
             { 
159 158
                 $hash = 'false'; 
160 159
             }
Please login to merge, or discard this patch.
src/ImageHelper/ImageTrimmer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,8 +148,7 @@
 block discarded – undo
148 148
             );
149 149
 
150 150
             imagecolortransparent($im2, $bg2);
151
-        }
152
-        else
151
+        } else
153 152
         {
154 153
             $bg2 = imagecolorallocate(
155 154
                 $im2,
Please login to merge, or discard this patch.
src/AttributeCollection.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -137,8 +137,7 @@  discard block
 block discarded – undo
137 137
             if(in_array($name, $this->empty, true)) {
138 138
                 $this->empty = array_remove_values($this->empty, array($name));
139 139
             }
140
-        }
141
-        else
140
+        } else
142 141
         {
143 142
             unset($this->attributes[$name]);
144 143
 
@@ -249,8 +248,7 @@  discard block
 block discarded – undo
249 248
         if($keep === true)
250 249
         {
251 250
             $this->keepEmpty[$name] = true;
252
-        }
253
-        else if(isset($this->keepEmpty[$name]))
251
+        } else if(isset($this->keepEmpty[$name]))
254 252
         {
255 253
             unset($this->keepEmpty[$name]);
256 254
         }
Please login to merge, or discard this patch.