Skip to content

Commit e3f2824

Browse files
committed
Fix return type hint
1 parent 61fac6c commit e3f2824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Records.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private function fetchMore()
7575
/**
7676
* Return the current element
7777
*
78-
* @return mixed
78+
* @return Record
7979
*/
8080
public function current()
8181
{

0 commit comments

Comments
 (0)