From 280bb553b8a353bf2a692fd3c09fb23638b8b2ea Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 8 Jan 2022 01:07:59 +0100 Subject: [PATCH] Remove PHPStan rule that breaks with new version of PHPStan --- rules/phpstan-rules.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/phpstan-rules.neon b/rules/phpstan-rules.neon index 81e9dd2..6e7fae7 100644 --- a/rules/phpstan-rules.neon +++ b/rules/phpstan-rules.neon @@ -9,7 +9,6 @@ parameters: checkAlwaysTrueStrictComparison: true checkExplicitMixedMissingReturn: true checkFunctionNameCase: true - checkMissingClosureNativeReturnTypehintRule: true reportMaybesInMethodSignatures: true reportStaticMethodSignatures: true ergebnis: