Completed
Push — master ( d0d267...c63bf4 )
by Sergey
06:03 queued 03:35
created
src/Api/Providers/Pins.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
      *
183 183
      * @param string $pinId
184 184
      * @param int $limit
185
-     * @return Iterator|null
185
+     * @return null|\Generator
186 186
      */
187 187
     public function activity($pinId, $limit = 0)
188 188
     {
@@ -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.