Completed
Push — master ( 5d472e...74c68c )
by Sergey
47s
created
src/Helpers/Pagination.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Api/Traits/Followable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.