Go to file
2022-05-04 09:46:54 +02:00
.github Update workflows 2022-03-28 12:52:48 +02:00
build-cs Update dependency slevomat/coding-standard to v7.1 2022-04-04 08:09:37 +02:00
doc/grammars Support conditional types 2022-03-28 12:50:35 +02:00
src Parse assert-if-true and assert-if-false as well 2022-05-04 09:46:54 +02:00
tests Parse assert-if-true and assert-if-false as well 2022-05-04 09:46:54 +02:00
tmp Drop Phing for Makefile 2021-05-16 12:54:49 +02:00
.editorconfig EditorConfig 2021-03-18 22:02:48 +01:00
.gitattributes Drop Phing for Makefile 2021-05-16 12:54:49 +02:00
.gitignore Update dependency slevomat/coding-standard to v7 2022-02-08 12:41:11 +01:00
build-abnfgen.sh More stable build without network downloads 2020-04-04 19:12:43 +02:00
CODE_OF_CONDUCT.md Add readme and other useful information (#43) 2020-05-04 13:17:08 +02:00
composer.json Drop alias 2022-03-28 09:50:44 +02:00
LICENSE Add readme and other useful information (#43) 2020-05-04 13:17:08 +02:00
Makefile Modernization 2021-06-11 15:21:05 +02:00
phpcs.xml Update CS 2022-03-28 10:02:03 +02:00
phpstan.neon Modernization 2021-06-11 15:21:05 +02:00
phpunit.xml update phpunit.xml schema 2022-01-30 21:23:36 +01:00
README.md Fix build instructions in README 2022-03-30 15:35:23 +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

make

or run only tests using

make tests