Tomas Votruba a8b955f937 Updated Rector to commit 4b41e97a6dd2beb3043d2ae205ea41a0a033613f
4b41e97a6d [DeadCode] Skip RemoveUnusedVariableAssignRector if variable used before or in assign expr (#206)
2021-06-11 17:53:41 +00:00
..

PHPDoc-Parser for PHPStan

Build Status Latest Stable Version License PHPStan Enabled


Next generation phpDoc parser with support for intersection types and generics.

Code of Conduct

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.

Building

Initially you need to run composer install, or composer update in case you aren't working in a folder which was built before.

Afterwards you can either run the whole build including linting and coding standards using

vendor/bin/phing

or run only tests using

vendor/bin/phing tests