Go to file
2020-05-06 08:52:35 +02:00
doc/grammars Array shapes support 2019-06-07 21:13:52 +02:00
src Add possibility for leading comma 2020-05-06 08:52:35 +02:00
tests Add possibility for leading comma 2020-05-06 08:52:35 +02:00
.gitattributes gitattributes: add dev files to export-ignore 2018-04-19 17:30:56 +02:00
.gitignore add FuzzyTest 2018-04-12 16:23:05 +02:00
.travis.yml No need for test lowest dependencies anymore 2019-09-16 21:37:16 +02:00
build-abnfgen.sh More stable build without network downloads 2020-04-04 19:12:43 +02:00
build.xml Enhancement: Run ergebnis/composer-normalize in check target 2019-12-20 13:34:57 +01:00
CODE_OF_CONDUCT.md Add readme and other useful information (#43) 2020-05-04 13:17:08 +02:00
composer.json Fix 2020-05-04 22:56:35 +02:00
LICENSE Add readme and other useful information (#43) 2020-05-04 13:17:08 +02:00
phpcs.xml Updated coding standard 2019-04-23 21:27:03 +02:00
phpstan.neon Strict rules 2019-09-16 21:24:59 +02:00
README.md Add readme and other useful information (#43) 2020-05-04 13:17:08 +02: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