Completed
Push — develop ( 323919...323bfc )
by Neomerx
15:34 queued 11:51
created
src/Adapters/ModelQueryBuilder.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
     }
234 234
 
235 235
     /**
236
-     * @param iterable $attributes
236
+     * @param \Generator $attributes
237 237
      *
238 238
      * @return self
239 239
      *
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     }
256 256
 
257 257
     /**
258
-     * @param iterable $attributes
258
+     * @param \Generator $attributes
259 259
      *
260 260
      * @return self
261 261
      *
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
      * @param string   $modelClass
279 279
      * @param iterable $attributes
280 280
      *
281
-     * @return iterable
281
+     * @return \Generator
282 282
      *
283 283
      * @SuppressWarnings(PHPMD.StaticAccess)
284 284
      *
@@ -413,7 +413,7 @@  discard block
 block discarded – undo
413 413
     }
414 414
 
415 415
     /**
416
-     * @param iterable $filters
416
+     * @param \Limoncello\Flute\Api\iterable|null $filters
417 417
      *
418 418
      * @return self
419 419
      *
@@ -429,7 +429,7 @@  discard block
 block discarded – undo
429 429
     }
430 430
 
431 431
     /**
432
-     * @param iterable $filters
432
+     * @param \Limoncello\Flute\Api\iterable|null $filters
433 433
      *
434 434
      * @return self
435 435
      *
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
     }
446 446
 
447 447
     /**
448
-     * @param iterable $filters
448
+     * @param \Limoncello\Flute\Api\iterable|null $filters
449 449
      *
450 450
      * @return self
451 451
      *
Please login to merge, or discard this patch.