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.
2 parents ed12959 + c5074bd commit bd39ad6Copy full SHA for bd39ad6
composer.json
@@ -37,9 +37,6 @@
37
"phpstan/phpstan-phpunit": "PHPUnit extensions and rules for PHPStan."
38
},
39
"autoload": {
40
- "files": [
41
- "drupal-phpunit-hack.php"
42
- ],
43
"psr-4": {
44
"mglaman\\PHPStanDrupal\\": "src/"
45
}
drupal-phpunit-hack.php
phpstan.neon
@@ -5,7 +5,6 @@ parameters:
5
reportUnmatchedIgnoredErrors: false
6
paths:
7
- src
8
- - drupal-phpunit-hack.php
9
- drupal-autoloader.php
10
- tests/src
11
excludePaths:
0 commit comments