diff --git a/src/Psalm/Internal/Type/TemplateStandinTypeReplacer.php b/src/Psalm/Internal/Type/TemplateStandinTypeReplacer.php index cbcb20ca2..b56e6b5e5 100644 --- a/src/Psalm/Internal/Type/TemplateStandinTypeReplacer.php +++ b/src/Psalm/Internal/Type/TemplateStandinTypeReplacer.php @@ -323,7 +323,7 @@ class TemplateStandinTypeReplacer string $key, Codebase $codebase, ?StatementsAnalyzer $statements_analyzer, - ?Union $input_type + Union $input_type ) : array { $matching_atomic_types = [];