Completed
Push — master ( 181359...3492c7 )
by Sergey
49s
created
src/Api/Providers/Pins.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
      *
212 212
      * @param int $pinId
213 213
      * @param int $limit
214
-     * @return Iterator|null
214
+     * @return null|\Generator
215 215
      */
216 216
     public function activity($pinId, $limit = 0)
217 217
     {
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
     /**
239 239
      * @param int $pinId
240 240
      * @param int $limit
241
-     * @return mixed
241
+     * @return \Generator
242 242
      */
243 243
     public function getRelatedPins($pinId, $limit = 0)
244 244
     {
Please login to merge, or discard this patch.