Skip to content

Commit 1387955

Browse files
committed
Added PHP 8.1 support.
Cannot add test cases due to lack of Mockery support for PHP 8.1.
1 parent 994cee5 commit 1387955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Collection/RecordCollection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function next(): void
2929
$this->records->next();
3030
}
3131

32+
#[\ReturnTypeWillChange]
3233
/**
3334
* @return mixed
3435
*/

0 commit comments

Comments
 (0)