Skip to content

Commit cb42ac4

Browse files
committed
phpcbf: fix SlevomatCodingStandard.Classes.ParentCallSpacing
PHPCBF RESULT SUMMARY ---------------------------------------------------------------------- FILE FIXED REMAINING ---------------------------------------------------------------------- src/Model/ChangeStreamIterator.php 2 0 ---------------------------------------------------------------------- A TOTAL OF 2 ERRORS WERE FIXED IN 1 FILE ---------------------------------------------------------------------- Time: 7.86 secs; Memory: 10MB
1 parent 9e79d2f commit cb42ac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Model/ChangeStreamIterator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ public function next(): void
197197

198198
try {
199199
parent::next();
200+
200201
$this->onIteration(! $getMore);
201202
} finally {
202203
if ($getMore) {
@@ -213,6 +214,7 @@ public function rewind(): void
213214
}
214215

215216
parent::rewind();
217+
216218
$this->onIteration(false);
217219
}
218220

0 commit comments

Comments
 (0)