Completed
Push — master ( 697864...c1ef57 )
by Neomerx
09:24
created
src/Adapters/ModelQueryBuilder.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     }
218 218
 
219 219
     /**
220
-     * @param iterable $attributes
220
+     * @param \Generator $attributes
221 221
      *
222 222
      * @return self
223 223
      *
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
     }
240 240
 
241 241
     /**
242
-     * @param iterable $attributes
242
+     * @param \Generator $attributes
243 243
      *
244 244
      * @return self
245 245
      *
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
      * @param string   $modelClass
263 263
      * @param iterable $attributes
264 264
      *
265
-     * @return iterable
265
+     * @return \Generator
266 266
      *
267 267
      * @SuppressWarnings(PHPMD.StaticAccess)
268 268
      *
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
     }
398 398
 
399 399
     /**
400
-     * @param iterable $filters
400
+     * @param \Limoncello\Flute\Api\iterable|null $filters
401 401
      *
402 402
      * @return self
403 403
      *
@@ -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
      *
@@ -523,7 +523,7 @@  discard block
 block discarded – undo
523 523
     }
524 524
 
525 525
     /**
526
-     * @param iterable $sortParameters
526
+     * @param \Limoncello\Flute\Api\iterable|null $sortParameters
527 527
      *
528 528
      * @return self
529 529
      *
Please login to merge, or discard this patch.