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',