From 9fa6d8050a34afa1585a21c5871727c8b62da917 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 23 Dec 2022 16:50:49 +0100 Subject: [PATCH] public ones --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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