diff --git a/phpstan.neon b/phpstan.neon index b33c6bc..fb2534f 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,9 +1,8 @@ includes: - vendor/cakedc/cakephp-phpstan/extension.neon parameters: - level: 8 - treatPhpDocTypesAsCertain: false - checkGenericClassInNonGenericObjectType: false + level: 5 paths: - src - - tests + treatPhpDocTypesAsCertain: false +