rector/vendor/phpstan/phpdoc-parser
Tomas Votruba 6481c8dccc Updated Rector to commit 5f4edd9230355cadc311ba8e8954fb9ae5bdc849
5f4edd9230 Remove NonVariableToVariableOnFunctionCallRector, should be handled manually as might need attention (#3357)
2023-02-07 22:56:24 +00:00
..
src Updated Rector to commit 5f4edd9230355cadc311ba8e8954fb9ae5bdc849 2023-02-07 22:56:24 +00:00
LICENSE Updated Rector to commit a657258f31 2021-05-10 00:23:30 +00:00
README.md Updated Rector to commit 4b351a7306 2022-04-08 18:43:37 +00:00
composer.json Updated Rector to commit db6623f608 2022-06-10 09:57:49 +00:00

README.md

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

make

or run only tests using

make tests