Completed
Push — master ( c63bf4...d1013a )
by Sergey
04:02 queued 01:48
created
src/Api/Providers/Pins.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
      *
173 173
      * @param string $source
174 174
      * @param int $limit
175
-     * @return Iterator
175
+     * @return Pagination
176 176
      */
177 177
     public function fromSource($source, $limit = Pagination::DEFAULT_LIMIT)
178 178
     {
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
      * Get pins from user's feed
204 204
      *
205 205
      * @param int $limit
206
-     * @return Iterator
206
+     * @return Pagination
207 207
      */
208 208
     public function feed($limit = Pagination::DEFAULT_LIMIT)
209 209
     {
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
     /**
214 214
      * @param string $pinId
215 215
      * @param int $limit
216
-     * @return mixed
216
+     * @return Pagination
217 217
      */
218 218
     public function related($pinId, $limit = Pagination::DEFAULT_LIMIT)
219 219
     {
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
      *
331 331
      * @param int $pinId
332 332
      * @param string $path
333
-     * @return string|bool
333
+     * @return false|string
334 334
      */
335 335
     public function saveOriginalImage($pinId, $path)
336 336
     {
Please login to merge, or discard this patch.