From c7ad91cfc0851937fba82817368b41b08c984b18 Mon Sep 17 00:00:00 2001 From: MDW Date: Fri, 15 Mar 2024 12:12:51 +0100 Subject: [PATCH] Qual: Enable PhanTypeMismatchReturnProbablyReal --- dev/tools/phan/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/phan/config.php b/dev/tools/phan/config.php index 650f4fbf9e23c..7edfd7a8d1b13 100644 --- a/dev/tools/phan/config.php +++ b/dev/tools/phan/config.php @@ -591,7 +591,7 @@ // 'PhanPluginPossiblyStaticProtectedMethod', 'PhanTypeMismatchReturn', // 'PhanPluginMoreSpecificActualReturnType', - 'PhanTypeMismatchReturnProbablyReal', + // 'PhanTypeMismatchReturnProbablyReal', 'PhanPossiblyUndeclaredVariable', 'PhanTypeMismatchArgument', // 'PhanPluginUnreachableCode',