@@ -34,7 +34,7 @@ |
||
| 34 | 34 | * @param string $method |
| 35 | 35 | * @param array $params |
| 36 | 36 | * @param int $limit |
| 37 | - * @return \Iterator|void |
|
| 37 | + * @return \Generator |
|
| 38 | 38 | */ |
| 39 | 39 | public function paginateOver($method, $params, $limit = 0) |
| 40 | 40 | { |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | |
| 60 | 60 | /** |
| 61 | 61 | * @param integer $entityId |
| 62 | - * @return mixed |
|
| 62 | + * @return string |
|
| 63 | 63 | */ |
| 64 | 64 | public function createFollowRequestQuery($entityId) |
| 65 | 65 | { |