diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-03-28 07:59:46 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-03-28 07:59:46 +0300 |
| commit | 8986a3e7ee4118b7fae9d93c09c870e72de0e49d (patch) | |
| tree | ae2be56826c4c993d2c468b2e8f4edeca0f8555d /phpstan.neon | |
| parent | 49766ab01f24d1be5743c353b9a6d4d09f55f5b8 (diff) | |
add limited highlighting of filter test results based on matched rules
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon index 74daee0ce..5bd18c58d 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -32,6 +32,7 @@ parameters: - plugins.local/**/tests/* - plugins.local/*/vendor/intervention/* - plugins.local/*/vendor/psr/log/* + - plugins.local/af_readability/* - plugins.local/cache_s3/vendor/* - plugins/**/test/* - plugins/**/Test/* |