Completed
Push — master ( b3bd44...a008aa )
by Nikita
01:51
created
src/Meta.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         foreach ($this->attributes as $key => $value) {
56 56
             $attribute = $key.'="'.e($value).'"';
57 57
 
58
-            if (! is_null($attribute)) {
58
+            if (!is_null($attribute)) {
59 59
                 $html[] = $attribute;
60 60
             }
61 61
         }
Please login to merge, or discard this patch.