This repository was archived by the owner on Sep 19, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork8
phpstan/phpstan-php-parser
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
nikic/PHP-Parser has all the correct types in its source code, so this extension is no longer needed.
This extension provides the following feature:
- If you register
PhpParser\NodeVisitor\NameResolvervisitor onPhpParser\NodeTraverser, new$namespacedNameproperty becomes available on nodes that already have a$nameproperty. This extension defines that property.
To use this extension, require it inComposer:
composer require --dev phpstan/phpstan-php-parserIf you also installphpstan/extension-installer then you're all set!
Manual installation
If you don't want to usephpstan/extension-installer, include extension.neon in your project's PHPStan config:
includes: - vendor/phpstan/phpstan-php-parser/extension.neonAbout
PHP-Parser extension for PHPStan
Topics
Resources
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors13
Uh oh!
There was an error while loading.Please reload this page.