@@ -53,8 +53,9 @@ |
||
53 | 53 | |
54 | 54 | public function render($sort = false): string |
55 | 55 | { |
56 | - if ($sort) |
|
57 | - sort($this->tags); |
|
56 | + if ($sort) { |
|
57 | + sort($this->tags); |
|
58 | + } |
|
58 | 59 | |
59 | 60 | $tags = $this->tags; |
60 | 61 |