Passed
Push — master ( 689ec5...45f08c )
by Sebastian
05:26
created
src/AttributeCollection/Filtering.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,7 @@
 block discarded – undo
59 59
         if($value === true)
60 60
         {
61 61
             return 'true';
62
-        }
63
-        else if($value === false)
62
+        } else if($value === false)
64 63
         {
65 64
             return 'false';
66 65
         }
Please login to merge, or discard this patch.
src/RGBAColor/PresetsManager.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,8 +92,7 @@
 block discarded – undo
92 92
         if(isset($this->customPresets[$name]))
93 93
         {
94 94
             $preset = $this->customPresets[$name];
95
-        }
96
-        else if(isset(self::$globalPresets[$name]))
95
+        } else if(isset(self::$globalPresets[$name]))
97 96
         {
98 97
             $preset = self::$globalPresets[$name];
99 98
         }
Please login to merge, or discard this patch.