diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-06-06 12:29:28 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-06-20 13:14:29 +0100 |
| commit | 0acf1b4bae16cbf21a23b10e22e968d2efdf4aea (patch) | |
| tree | 6a91cb9e0c0f7c54dfcd4b10805f4f245e5a1e3c /phpstan.neon.dist | |
| parent | c47a28c0de52816866b517de1079b44c42a12fbd (diff) | |
| download | webtrees-0acf1b4bae16cbf21a23b10e22e968d2efdf4aea.tar.gz webtrees-0acf1b4bae16cbf21a23b10e22e968d2efdf4aea.tar.bz2 webtrees-0acf1b4bae16cbf21a23b10e22e968d2efdf4aea.zip | |
Static analysis
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 01e896561c..70e0597603 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -2,5 +2,17 @@ includes: - phpstan-baseline.php parameters: + fileExtensions: + - php + - phtml + ignoreErrors: - '#^Access to an undefined property object::\$[A-Za-z0-9_]+\.$#' + + level: max + + paths: + - index.php + - app + - resources/views + - tests |
