From 0127cc76f5e18ee9b69ab0893572a1c2bc3d3294 Mon Sep 17 00:00:00 2001 From: MDW Date: Wed, 13 Mar 2024 17:10:09 +0100 Subject: [PATCH] Qual: Enable PhanTypeInvalidUnaryOperandIncOrDec (all fixed) --- 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 5c021217ac4..4771e953a36 100644 --- a/dev/tools/phan/config.php +++ b/dev/tools/phan/config.php @@ -482,7 +482,7 @@ return [ 'PhanTypeInvalidPropertyName', 'PhanPluginDuplicateCatchStatementBody', 'PhanPluginUndeclaredVariableIsset', - 'PhanTypeInvalidUnaryOperandIncOrDec', + // 'PhanTypeInvalidUnaryOperandIncOrDec', // 'PhanPluginDescriptionlessCommentOnClass', 'PhanPluginEmptyStatementIf', 'PhanPluginInlineHTMLTrailing',