We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634423f commit cad65d1Copy full SHA for cad65d1
1 file changed
src/contracts/Repository/Iterator/BatchIterator.php
@@ -36,7 +36,7 @@ public function __construct(
36
}
37
38
#[\ReturnTypeWillChange]
39
- public function current()
+ public function current(): mixed
40
{
41
if (!$this->isInitialized()) {
42
$this->initialize();
0 commit comments