@@ -111,7 +111,7 @@ |
||
111 | 111 | */ |
112 | 112 | public function getTagPosts(): Collection |
113 | 113 | { |
114 | - if($this->tagPosts === null) { |
|
114 | + if ($this->tagPosts === null) { |
|
115 | 115 | $this->tagPosts = new ArrayCollection(); |
116 | 116 | } |
117 | 117 | return $this->tagPosts; |