@@ -805,8 +805,8 @@ discard block |
||
805 | 805 | } |
806 | 806 | |
807 | 807 | /** |
808 | - * @param mixed $path |
|
809 | - * @param \callable $callable |
|
808 | + * @param string $path |
|
809 | + * @param \Closure $callable |
|
810 | 810 | * @param array|null $currentOffset |
811 | 811 | */ |
812 | 812 | protected function callAtPath($path, $callable, &$currentOffset = null) |
@@ -2114,7 +2114,7 @@ discard block |
||
2114 | 2114 | } |
2115 | 2115 | |
2116 | 2116 | /** |
2117 | - * @param mixed $glue |
|
2117 | + * @param string $glue |
|
2118 | 2118 | * @param array|static|string $pieces |
2119 | 2119 | * @param bool $useKeys |
2120 | 2120 | * |
@@ -4115,7 +4115,7 @@ discard block |
||
4115 | 4115 | /** |
4116 | 4116 | * Apply the given function to every element in the array, discarding the results. |
4117 | 4117 | * |
4118 | - * @param \callable $callable |
|
4118 | + * @param \Closure $callable |
|
4119 | 4119 | * @param bool $recursive <p>Whether array will be walked recursively or no</p> |
4120 | 4120 | * |
4121 | 4121 | * @return static |