We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5306ff3 commit 48a390eCopy full SHA for 48a390e
README.md
@@ -4,6 +4,10 @@
4
5
Extension for [PHPStan](https://phpstan.org/) to allow analysis of Drupal code.
6
7
+PHPStan is able to [discover symbols](https://phpstan.org/user-guide/discovering-symbols) by using autoloading provided
8
+by Composer. However, Drupal does not provide autoloading information for modules and themes. This project registers
9
+those namespaces so that PHPStan can properly discover symbols in your Drupal code base automatically.
10
+
11
## Sponsors
12
13
<a href="https://www.undpaul.de/"><img src="https://www.undpaul.de/themes/custom/undpaul3/logo.svg" alt="undpaul" width="250" /></a>
0 commit comments