Completed
Push — develop ( fc555a...a0800b )
by Serhii
02:29
created
src/Entity/History.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     }
143 143
 
144 144
     /**
145
-     * @return mixed
145
+     * @return string
146 146
      */
147 147
     public function getYear()
148 148
     {
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
     /**
176 176
      * Get galleryHasMedia
177 177
      *
178
-     * @return \Doctrine\Common\Collections\Collection
178
+     * @return GalleryHasMedia
179 179
      */
180 180
     public function getGalleryHasMedia()
181 181
     {
Please login to merge, or discard this patch.
src/Entity/Post.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     /**
125 125
      * Get galleryHasMedia
126 126
      *
127
-     * @return \Doctrine\Common\Collections\Collection
127
+     * @return GalleryHasMedia
128 128
      */
129 129
     public function getGalleryHasMedia()
130 130
     {
Please login to merge, or discard this patch.