diff --git a/phpstan.neon b/phpstan.neon index f117a55..c1923db 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,4 +2,5 @@ parameters: level: 6 paths: - src - - tests/unit \ No newline at end of file + - tests/unit + - tests/_support/Helper \ No newline at end of file