We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761b426 commit 18a3622Copy full SHA for 18a3622
src/Illuminate/Collections/Arr.php
@@ -949,7 +949,7 @@ public static function reject($array, callable $callback)
949
* @template TValue of mixed
950
*
951
* @param iterable<TKey, TValue> $array
952
- * @param callable $callback
+ * @param callable(TValue, TKey): bool $callback
953
* @return array<int<0, 1>, array<TKey, TValue>>
954
*/
955
public static function partition($array, callable $callback)
0 commit comments