Completed
Push — master ( fa4b94...514782 )
by Lars
01:47
created
src/Arrayy.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -609,8 +609,8 @@  discard block
 block discarded – undo
609 609
   }
610 610
 
611 611
   /**
612
-   * @param mixed      $path
613
-   * @param \callable  $callable
612
+   * @param string      $path
613
+   * @param \Closure  $callable
614 614
    * @param null|array $currentOffset
615 615
    */
616 616
   protected function callAtPath($path, $callable, &$currentOffset = null)
@@ -1763,7 +1763,7 @@  discard block
 block discarded – undo
1763 1763
   }
1764 1764
 
1765 1765
   /**
1766
-   * @param mixed               $glue
1766
+   * @param string               $glue
1767 1767
    * @param string|array|static $pieces
1768 1768
    * @param bool                $useKeys
1769 1769
    *
@@ -3639,7 +3639,7 @@  discard block
 block discarded – undo
3639 3639
   /**
3640 3640
    * Apply the given function to every element in the array, discarding the results.
3641 3641
    *
3642
-   * @param \callable $callable
3642
+   * @param \Closure $callable
3643 3643
    * @param bool      $recursive <p>Whether array will be walked recursively or no</p>
3644 3644
    *
3645 3645
    * @return static <p>(Mutable) Return this Arrayy object, with modified elements.</p>
Please login to merge, or discard this patch.