Skip to content

Commit e425ee1

Browse files
committed
Clean else
1 parent c3bbba0 commit e425ee1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/PHPCR/Util/CND/Scanner/GenericScanner.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,12 @@ protected function consumeLineComments(ReaderInterface $reader)
235235
$this->addToken($reader, $token);
236236

237237
return true;
238-
} else {
238+
}
239239

240-
// Rewind the looked up characters
241-
$reader->rewind();
240+
// Rewind the looked up characters
241+
$reader->rewind();
242242

243-
return false;
244-
}
243+
return false;
245244
}
246245
}
247246

0 commit comments

Comments
 (0)