Completed
Pull Request — master (#134)
by Sergey
05:09 queued 02:01
created
src/Api/Traits/Followable.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@  discard block
 block discarded – undo
61 61
      * Executes api call for follow/unfollow user.
62 62
      *
63 63
      * @param int    $entityId
64
-     * @param string $entityName
65 64
      * @param string $url
66 65
      *
67 66
      * @return array
@@ -71,6 +70,9 @@  discard block
 block discarded – undo
71 70
         return $this->getRequest()->exec($url, $this->createFollowRequestQuery($entityId));
72 71
     }
73 72
 
73
+    /**
74
+     * @param integer $entityId
75
+     */
74 76
     public function createFollowRequestQuery($entityId)
75 77
     {
76 78
         $entityName = $this->getEntityIdName();
Please login to merge, or discard this patch.