The Wayback Machine - https://web.archive.org/web/20220902122645/https://github.com/phpstan/phpdoc-parser
Skip to content

phpstan/phpdoc-parser

1.7.x
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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