We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c28e8 commit abb90a2Copy full SHA for abb90a2
src/Schema/Tables/Collection.php
@@ -46,6 +46,7 @@ public function count(): int {
46
/**
47
* @inheritDoc
48
*/
49
+ #[\ReturnTypeWillChange]
50
public function current() {
51
return current( $this->tables );
52
}
0 commit comments