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 bf74e0c commit aa83d84Copy full SHA for aa83d84
src/Arr.php
@@ -37,6 +37,7 @@ public static function first(array $array):mixed{
37
}
38
39
if(PHP_VERSION_ID >= 80500){
40
+ /** @phan-suppress-next-line PhanUndeclaredFunction */
41
return \array_first($array);
42
43
@@ -57,6 +58,7 @@ public static function last(array $array):mixed{
57
58
59
60
61
62
return \array_last($array);
63
64
0 commit comments