PHP-Parser/CONTRIBUTING.md
Nikita Popov 09c6048df1 Add CONTRIBUTING.md
For now just a mention of the non-standard coding style.
2022-08-29 21:59:07 +02:00

177 B

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.