From a53b5215b88cd57e53bb2acb2038dd3230c96f8c Mon Sep 17 00:00:00 2001 From: orklah Date: Mon, 3 Jan 2022 23:52:48 +0100 Subject: [PATCH] add missing phpdoc --- src/Psalm/Internal/Type/AssertionReconciler.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Psalm/Internal/Type/AssertionReconciler.php b/src/Psalm/Internal/Type/AssertionReconciler.php index a8a4073126f..e7e6478c600 100644 --- a/src/Psalm/Internal/Type/AssertionReconciler.php +++ b/src/Psalm/Internal/Type/AssertionReconciler.php @@ -1252,6 +1252,9 @@ private static function handleLiteralEquality( return $existing_var_type; } + /** + * @param string[] $suppressed_issues + */ private static function handleLiteralEqualityWithInt( StatementsAnalyzer $statements_analyzer, string $assertion,