Skip to content

Commit 64becb7

Browse files
authored
Add ignore error for undefined constant PATH_MODS
1 parent 2b6eed1 commit 64becb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ parameters:
99
- FOSSBilling
1010
ignoreErrors:
1111
- '#^Function __trans not found\.$#'
12+
- '#^Constant PATH_MODS not found\.$#'

0 commit comments

Comments
 (0)