Skip to content

phpstan/phpdoc-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

367a8d9 · Aug 9, 2022
Aug 9, 2022
May 30, 2022
Jun 8, 2022
Aug 9, 2022
Aug 9, 2022
May 16, 2021
Mar 18, 2021
May 16, 2021
Feb 8, 2022
May 4, 2020
May 4, 2020
Jun 11, 2021
Mar 30, 2022
Apr 4, 2020
Jun 9, 2022
Mar 28, 2022
Jun 11, 2021
Jan 30, 2022

Repository files navigation

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