Completed
Push — master ( c9ba72...e08a43 )
by Lars
03:40
created
src/Arrayy.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -772,8 +772,8 @@  discard block
 block discarded – undo
772 772
     }
773 773
 
774 774
     /**
775
-     * @param mixed      $path
776
-     * @param \callable  $callable
775
+     * @param string      $path
776
+     * @param \Closure  $callable
777 777
      * @param array|null $currentOffset
778 778
      */
779 779
     protected function callAtPath($path, $callable, &$currentOffset = null)
@@ -2038,7 +2038,7 @@  discard block
 block discarded – undo
2038 2038
     }
2039 2039
 
2040 2040
     /**
2041
-     * @param mixed               $glue
2041
+     * @param string               $glue
2042 2042
      * @param array|static|string $pieces
2043 2043
      * @param bool                $useKeys
2044 2044
      *
@@ -3962,7 +3962,7 @@  discard block
 block discarded – undo
3962 3962
     /**
3963 3963
      * Apply the given function to every element in the array, discarding the results.
3964 3964
      *
3965
-     * @param \callable $callable
3965
+     * @param \Closure $callable
3966 3966
      * @param bool      $recursive <p>Whether array will be walked recursively or no</p>
3967 3967
      *
3968 3968
      * @return static <p>(Mutable) Return this Arrayy object, with modified elements.</p>
Please login to merge, or discard this patch.