Completed
Pull Request — master (#34)
by Lars
01:36
created
src/Arrayy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4439,7 +4439,7 @@  discard block
 block discarded – undo
4439 4439
     }
4440 4440
 
4441 4441
     /**
4442
-     * @param mixed      $path
4442
+     * @param string      $path
4443 4443
      * @param callable   $callable
4444 4444
      * @param array|null $currentOffset
4445 4445
      */
@@ -4534,7 +4534,7 @@  discard block
 block discarded – undo
4534 4534
     }
4535 4535
 
4536 4536
     /**
4537
-     * @param mixed $glue
4537
+     * @param string $glue
4538 4538
      * @param mixed $pieces
4539 4539
      * @param bool  $useKeys
4540 4540
      *
Please login to merge, or discard this patch.
src/Collection/Collection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
      *                                                                               to
84 84
      *                                                                               true, otherwise this option didn't not work anyway.
85 85
      *                                                                               </p>
86
-     * @param TypeCheckArray|TypeCheckInterface[]|null $type
86
+     * @param null|TypeCheckArray $type
87 87
      */
88 88
     public function __construct(
89 89
         $data = [],
Please login to merge, or discard this patch.