@@ -30,7 +30,7 @@ |
||
30 | 30 | if (!empty($this->tags)) { |
31 | 31 | $tags = []; |
32 | 32 | |
33 | - array_walk($this->tags, function ($tagValue, $tagName) use (&$tags) { |
|
33 | + array_walk($this->tags, function($tagValue, $tagName) use (&$tags) { |
|
34 | 34 | $tags[] = is_integer($tagName) ? $tagValue : $tagName . ':' . $tagValue; |
35 | 35 | }); |
36 | 36 |