Completed
Push — develop ( c734df...a43bb8 )
by Neomerx
06:19 queued 03:53
created
src/Adapters/ModelQueryBuilder.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     }
182 182
 
183 183
     /**
184
-     * @param iterable $attributes
184
+     * @param \Generator $attributes
185 185
      *
186 186
      * @return self
187 187
      *
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
     }
204 204
 
205 205
     /**
206
-     * @param iterable $attributes
206
+     * @param \Generator $attributes
207 207
      *
208 208
      * @return self
209 209
      *
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
      * @param string   $modelClass
227 227
      * @param iterable $attributes
228 228
      *
229
-     * @return iterable
229
+     * @return \Generator
230 230
      *
231 231
      * @SuppressWarnings(PHPMD.StaticAccess)
232 232
      *
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
     }
358 358
 
359 359
     /**
360
-     * @param iterable $filters
360
+     * @param \Limoncello\Flute\Api\iterable|null $filters
361 361
      *
362 362
      * @return self
363 363
      *
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
     }
374 374
 
375 375
     /**
376
-     * @param iterable $filters
376
+     * @param \Limoncello\Flute\Api\iterable|null $filters
377 377
      *
378 378
      * @return self
379 379
      *
@@ -389,7 +389,7 @@  discard block
 block discarded – undo
389 389
     }
390 390
 
391 391
     /**
392
-     * @param iterable $filters
392
+     * @param \Limoncello\Flute\Api\iterable|null $filters
393 393
      *
394 394
      * @return self
395 395
      *
@@ -438,7 +438,7 @@  discard block
 block discarded – undo
438 438
     }
439 439
 
440 440
     /**
441
-     * @param iterable $sortParameters
441
+     * @param \Limoncello\Flute\Api\iterable|null $sortParameters
442 442
      *
443 443
      * @return self
444 444
      */
Please login to merge, or discard this patch.