@@ -61,7 +61,6 @@ discard block |
||
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 |
||
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(); |