phpstan70 / phpdoc-parser
PHP 7.0 support for: PHPDoc parser with support for nullable, intersection and generic types
Installs: 113
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/phpstan70/phpdoc-parser
Requires
- php: ^7.2 || ^8.0
Requires (Dev)
- php-parallel-lint/php-parallel-lint: ^1.2
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.5
- phpstan/phpstan-strict-rules: ^1.0
- phpunit/phpunit: ^9.5
- symfony/process: ^5.2
This package is auto-updated.
Last update: 2025-10-20 23:50:17 UTC
README
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