mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 20:15:11 +01:00
doc/grammars | ||
src | ||
tests | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
build-abnfgen.sh | ||
build.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
LICENSE | ||
phpcs.xml | ||
phpstan.neon | ||
README.md |
PHPDoc-Parser for PHPStan
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