Skip to content

Commit

Permalink
FIX Do no add phpstan to recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 16, 2024
1 parent e49b9d8 commit 4809d29
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 4809d29

Please sign in to comment.