Passed
Push — main ( 151aaf...dc275a )
by Slawomir
04:40
created
src/Modules/Tags/Persistence/Doctrine/Entity/TagPostHeader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.