Passed
Push — main ( 766fea...b9eea3 )
by Sammy
07:20 queued 14s
created
src/Element.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,7 @@
 block discarded – undo
108 108
         if ($value === null || $value === '') 
109 109
         {
110 110
             unset($this->attributes[$name]);
111
-        } 
112
-        else 
111
+        } else 
113 112
         {
114 113
             $this->attributes[$name] = $value;
115 114
         }
Please login to merge, or discard this patch.