Skip to content

Commit

Permalink
Corrected docblock wording for nextTokenIsAdjacent (grammar issues)
Browse files Browse the repository at this point in the history
Co-Authored-By: Ocramius <[email protected]>
  • Loading branch information
greg0ire and Ocramius committed Mar 25, 2019
1 parent 818f160 commit c3d652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Annotations/DocLexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ final class DocLexer extends AbstractLexer
];

/**
* Whether the token next token starts immediately, of if there were
* Whether the next token starts immediately, or if there were
* non-captured symbols before that
*/
public function nextTokenIsAdjacent() : bool
Expand Down

0 comments on commit c3d652c

Please sign in to comment.