@@ -105,7 +105,7 @@ |
||
| 105 | 105 | |
| 106 | 106 | public function addTag($tag) |
| 107 | 107 | { |
| 108 | - if (! in_array($tag, $this->tags)) { |
|
| 108 | + if (!in_array($tag, $this->tags)) { |
|
| 109 | 109 | $this->tags[] = $tag; |
| 110 | 110 | } |
| 111 | 111 | } |