lox / regreph

A tool for detecting performance regressions in PHP codebases
50 stars 2 forks source link

PSR-2 compatibility #18

Open hkdobrev opened 10 years ago

hkdobrev commented 10 years ago

Write all code in consistent manner according to the PSR-2 standard by the PHP-FIG.

A bonus would be to write the code according to the Symfony2 standards:

Symfony2 standards are completely compatible with PSR-2 and only extend upon it.