Skip to content

Commit 6b0857c

Browse files
committed
Autoload phpstan rules
1 parent 3df46a7 commit 6b0857c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
"mstrelan\\DrupalContrib\\": "src/"
7777
}
7878
},
79+
"autoload-dev": {
80+
"psr-4": {
81+
"Drupal\\PHPStan\\Rules\\": "app/core/tests/PHPStan/Rules"
82+
}
83+
},
7984
"extra": {
8085
"drupal-scaffold": {
8186
"locations": {

0 commit comments

Comments
 (0)