diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-03-31 04:25:19 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-03-31 04:25:19 +0000 |
| commit | 90942d9ccfaa81f8d64f0947652fb15702d2401a (patch) | |
| tree | b42ba59bb76ecf7ed57e568a55052d9ef206ab43 /phpstan.neon | |
| parent | c1e6a5ff634c46a0df3fb8d7a21bd3db96be5a69 (diff) | |
| parent | 2d041f7d28ce555bffaf1b99eea5d0199e8a3c29 (diff) | |
Merge branch 'better-filter-tests' into 'master'
filter test dialog improvements:
See merge request tt-rss/tt-rss!111
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/* |