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 b4cfe62 commit 5fc0468Copy full SHA for 5fc0468
scripts/code-analysis
@@ -41,4 +41,4 @@ drupal_composer --no-interaction install
41
42
43
# Run PHPStan
44
-(cd "$drupal_dir" && vendor/bin/phpstan)
+(cd "$drupal_dir/$module_path" && ../../../../vendor/bin/phpstan)
0 commit comments