Go to file
2021-04-30 09:25:02 +02:00
.github Lock closed issues 2021-04-30 09:25:02 +02:00
build-cs Modernize CS build 2021-03-18 22:02:37 +01:00
doc/grammars Array shapes support 2019-06-07 21:13:52 +02:00
src type aliases: detect unsupported targets of type alias imports on parsing level 2021-04-03 16:46:19 +02:00
tests type aliases: detect unsupported targets of type alias imports on parsing level 2021-04-03 16:46:19 +02:00
.editorconfig EditorConfig 2021-03-18 22:02:48 +01:00
.gitattributes Update .gitattributes 2021-04-11 08:14:49 +02:00
.gitignore add FuzzyTest 2018-04-12 16:23:05 +02:00
build-abnfgen.sh More stable build without network downloads 2020-04-04 19:12:43 +02:00
build.xml [cs] update coding standard to allow PHP 8 and Slevomat CS 6.4 (#58) 2021-02-08 12:07:58 +01:00
CODE_OF_CONDUCT.md Add readme and other useful information (#43) 2020-05-04 13:17:08 +02:00
composer.json Open 0.5-dev 2021-03-18 22:13:16 +01:00
LICENSE Add readme and other useful information (#43) 2020-05-04 13:17:08 +02:00
phpcs.xml Modernize CS build 2021-03-18 22:02:37 +01:00
phpstan.neon Strict rules 2019-09-16 21:24:59 +02:00
README.md Use GitHub Actions instead of Travis CI 2020-12-12 16:43:38 +01: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