Skip to content

Commit abce589

Browse files
adaamzdg
authored andcommitted
typo (#209)
1 parent 056edd2 commit abce589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Table/Selection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ public function rewind(): void
934934
}
935935

936936

937-
/** @return ActiveRow|bool */
937+
/** @return ActiveRow|false */
938938
public function current()
939939
{
940940
if (($key = current($this->keys)) !== false) {

0 commit comments

Comments
 (0)