Completed
Pull Request — master (#302)
by Christian
02:10
created
src/Core/ViewHelper/TagBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     {
177 177
         $this->ignoreEmptyAttributes = $ignoreEmptyAttributes;
178 178
         if ($ignoreEmptyAttributes) {
179
-            $this->attributes = array_filter($this->attributes, function ($item) { return trim((string) $item) !== ''; });
179
+            $this->attributes = array_filter($this->attributes, function($item) { return trim((string) $item) !== ''; });
180 180
         }
181 181
     }
182 182
 
Please login to merge, or discard this patch.