Completed
Push — develop ( b63b94...9f4feb )
by greg
03:38
created
src/PlaygroundGame/Service/PostVote.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@
 block discarded – undo
41 41
         return $media_url;
42 42
     }
43 43
 
44
+    /**
45
+     * @param boolean $entry
46
+     */
44 47
     public function checkPost($entry)
45 48
     {
46 49
         $post = $this->getPostVotePostMapper()->findOneBy(array('entry' => $entry));
Please login to merge, or discard this patch.