Skip to content

Commit 2f5c5fb

Browse files
Update tests/Php85/Php85Test.php
Co-authored-by: Nicolas Grekas <[email protected]>
1 parent 2ed81aa commit 2f5c5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Php85/Php85Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static function provideHandler()
7979
yield [$handler, $handler];
8080
}
8181

82-
public function testArrayFirstArrayLast(): void
82+
public function testArrayFirstArrayLast()
8383
{
8484
$this->assertNull(array_first([]));
8585
$this->assertNull(array_last([]));

0 commit comments

Comments
 (0)