Test Failed
Push — master ( 9d4a91...b97427 )
by Raffael
01:34 queued 11s
created
src/lib/Filesystem.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -362,6 +362,7 @@  discard block
 block discarded – undo
362 362
 
363 363
     /**
364 364
      * Find nodes with custom filters.
365
+     * @param integer $offset
365 366
      */
366 367
     public function findNodesByFilter(array $filter, ?int $offset = null, ?int $limit = null): Generator
367 368
     {
@@ -551,6 +552,8 @@  discard block
 block discarded – undo
551 552
 
552 553
     /**
553 554
      * Get custom filtered children.
555
+     * @param integer $offset
556
+     * @param integer $limit
554 557
      */
555 558
     public function findNodesByFilterUser(int $deleted, array $filter, ?int $offset = null, ?int $limit = null): Generator
556 559
     {
Please login to merge, or discard this patch.