diff --git a/phpstan.neon b/phpstan.neon index 2d3705c..91de06a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,3 +1,5 @@ parameters: + excludes_analyse: + - %currentWorkingDirectory%/tests/cases ignoreErrors: - '#Property Chip\\Tests\\Traits\\TypeHelperTest::\$typeHelperTrait has invalid type Chip\\Traits\\TypeHelper#' \ No newline at end of file