Completed
Push — develop ( bc20cf...5dae5d )
by greg
02:47
created
src/Entity/PostVote.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @return the unknown_type
179
+     * @return integer unknown_type
180 180
      */
181 181
     public function getVoteActive()
182 182
     {
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
     }
213 213
 
214 214
     /**
215
-     * @return bool
215
+     * @return integer
216 216
      */
217 217
     public function getModerationType()
218 218
     {
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
     }
231 231
 
232 232
     /**
233
-     * @return bool
233
+     * @return integer
234 234
      */
235 235
     public function getMailModerationValidated()
236 236
     {
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
     }
267 267
 
268 268
     /**
269
-     * @return bool
269
+     * @return integer
270 270
      */
271 271
     public function getMailModerationRejected()
272 272
     {
Please login to merge, or discard this patch.