Completed
Pull Request — master (#221)
by Sergey
02:10
created
src/Api/Providers/Pins.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
     /**
210 210
      * @param string $pinId
211 211
      * @param int $limit
212
-     * @return mixed
212
+     * @return \Generator
213 213
      */
214 214
     public function related($pinId, $limit = 0)
215 215
     {
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
      *
327 327
      * @param int $pinId
328 328
      * @param string $path
329
-     * @return string|bool
329
+     * @return false|string
330 330
      */
331 331
     public function saveOriginalImage($pinId, $path)
332 332
     {
Please login to merge, or discard this patch.