Skip to content

Commit 5fc0468

Browse files
committed
Made code analysis script function
1 parent b4cfe62 commit 5fc0468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/code-analysis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ drupal_composer --no-interaction install
4141

4242

4343
# Run PHPStan
44-
(cd "$drupal_dir" && vendor/bin/phpstan)
44+
(cd "$drupal_dir/$module_path" && ../../../../vendor/bin/phpstan)

0 commit comments

Comments
 (0)