Skip to content

Commit

Permalink
Merge pull request #50 from creative-commoners/pulls/main/nostan
Browse files Browse the repository at this point in the history
FIX Do no add phpstan to recipes
  • Loading branch information
GuySartorelli authored May 17, 2024
2 parents e49b9d8 + 4809d29 commit 7e78631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cms5/phpstan.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Only valid for non-theme modules
if (!is_module() || is_theme()) {
if (!is_module() || is_theme() || module_is_recipe()) {
return;
}

Expand Down

0 comments on commit 7e78631

Please sign in to comment.