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 b1a34d9 commit f59db8fCopy full SHA for f59db8f
src/Illuminate/Collections/Arr.php
@@ -64,7 +64,7 @@ public static function add($array, $key, $value)
64
/**
65
* Get an array item from an array using "dot" notation.
66
*
67
- * @return array|null
+ * @return array
68
*/
69
public static function array(ArrayAccess|array $array, string|int|null $key, ?array $default = null)
70
{
0 commit comments