From 1aaefbca6fb183e24b6eb3d914714fdec9a35438 Mon Sep 17 00:00:00 2001 From: Alexander Lukyanov Date: Wed, 20 Apr 2022 00:05:17 -0400 Subject: [PATCH] Update phpstan.neon --- static/phpstan/phpstan.neon | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/phpstan/phpstan.neon b/static/phpstan/phpstan.neon index 5c44f64..0b2f4e6 100755 --- a/static/phpstan/phpstan.neon +++ b/static/phpstan/phpstan.neon @@ -38,8 +38,4 @@ services: class: Magento\PhpStan\Formatters\FilteredErrorFormatter autowired: false arguments: - showTipsOfTheDay: false - checkThisOnly: false - inferPrivatePropertyTypeFromConstructor: true - checkMissingTypehints: %checkMissingTypehints% tableErrorFormatter: @errorFormatter.table