diff --git a/phpstan.neon b/phpstan.neon index 12fe80b6903..2cbe7a85c47 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,7 +7,7 @@ parameters: unused_public: properties: true constants: true - # methods: true + methods: true type_coverage: param_type: 99