Completed
Push — master ( ec1a89...79f0f5 )
by Nicklas
02:22
created
src/Comment/Modules/Vote.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
      * @param string $sql
32 32
      * @param array $params
33 33
      *
34
-     * @return object
34
+     * @return Vote
35 35
      */
36 36
     public function getVote($sql, $params)
37 37
     {
@@ -51,7 +51,6 @@  discard block
 block discarded – undo
51 51
     /**
52 52
      * Control if user has already liked or not
53 53
      * @param string $user
54
-     * @param array $params
55 54
      *
56 55
      * @return bool
57 56
      */
@@ -78,7 +77,6 @@  discard block
 block discarded – undo
78 77
     /**
79 78
      * Control if user has already liked or not
80 79
      * @param string $user
81
-     * @param array $params
82 80
      *
83 81
      * @return bool
84 82
      */
Please login to merge, or discard this patch.