mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 15:18:17 +01:00
09c6048df1
For now just a mention of the non-standard coding style.
5 lines
177 B
Markdown
5 lines
177 B
Markdown
## Coding Style
|
|
|
|
This project uses PSR-12 with consistent brace placement. This means that the opening brace is
|
|
always on the same line, even for class and method declarations.
|