Skip to content

Commit bbd213c

Browse files
authored
Remove redundant comment in ImapTokenizer
Removed unnecessary comment about appending character.
1 parent a96a86f commit bbd213c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Connection/ImapTokenizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ protected function readAtom(): Atom
321321
break;
322322
}
323323

324-
// Append the character to the value.
325324
$value .= $char;
326325

327326
$this->advance();

0 commit comments

Comments
 (0)