Passed
Push — master ( 4e3362...b853b0 )
by Alexander
03:12
created
actions/VoteAction.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -124,9 +124,9 @@
 block discarded – undo
124 124
     /**
125 125
      * Creates new vote entry and returns response data.
126 126
      *
127
-     * @param $entity
128
-     * @param $targetId
129
-     * @param $value
127
+     * @param integer $entity
128
+     * @param integer $targetId
129
+     * @param integer $value
130 130
      * @return array
131 131
      */
132 132
     protected function createVote($entity, $targetId, $value)
Please login to merge, or discard this patch.