Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

PHP-Parser extension for PHPStan

NotificationsYou must be signed in to change notification settings

phpstan/phpstan-php-parser

Repository files navigation

⚠️ This extension is no longer maintained.nikic/PHP-Parser has all the correct types in its source code, so this extension is no longer needed.⚠️

BuildLatest Stable VersionLicense

This extension provides the following feature:

  • If you registerPhpParser\NodeVisitor\NameResolver visitor onPhpParser\NodeTraverser, new$namespacedName property becomes available on nodes that already have a$name property. This extension defines that property.

Installation

To use this extension, require it inComposer:

composer require --dev phpstan/phpstan-php-parser

If 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.neon

Packages

No packages published

Contributors13


[8]ページ先頭

©2009-2025 Movatter.jp