Skip to content

Commit

Permalink
add missing phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 3, 2022
1 parent e3bb251 commit a53b521
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Psalm/Internal/Type/AssertionReconciler.php
Expand Up @@ -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,
Expand Down

0 comments on commit a53b521

Please sign in to comment.