doctrine / lexer

Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
https://www.doctrine-project.org/projects/lexer.html
MIT License
11.07k stars 60 forks source link

PSR2 fix #11

Closed valerianpereira closed 6 years ago

valerianpereira commented 7 years ago

This is PSR2 compatible.

alcaeus commented 7 years ago

We follow https://github.com/doctrine/coding-standard which requires the space.

valerianpereira commented 7 years ago

Shall re-do this bit