Skip to content

Commit b0cec68

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 a0b8d51 commit b0cec68

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
@@ -199,6 +199,7 @@ public function next(): void
199199

200200
try {
201201
parent::next();
202+
202203
$this->onIteration(! $getMore);
203204
} finally {
204205
if ($getMore) {
@@ -217,6 +218,7 @@ public function rewind(): void
217218
}
218219

219220
parent::rewind();
221+
220222
$this->onIteration(false);
221223
}
222224

0 commit comments

Comments
 (0)