Skip to content

Commit aa83d84

Browse files
committed
:octocat: phan on CI
1 parent bf74e0c commit aa83d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Arr.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public static function first(array $array):mixed{
3737
}
3838

3939
if(PHP_VERSION_ID >= 80500){
40+
/** @phan-suppress-next-line PhanUndeclaredFunction */
4041
return \array_first($array);
4142
}
4243

@@ -57,6 +58,7 @@ public static function last(array $array):mixed{
5758
}
5859

5960
if(PHP_VERSION_ID >= 80500){
61+
/** @phan-suppress-next-line PhanUndeclaredFunction */
6062
return \array_last($array);
6163
}
6264

0 commit comments

Comments
 (0)