1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix copy/paste error

This commit is contained in:
Matt Brown 2021-02-27 00:56:01 -05:00
parent 98eb40c4ca
commit 216e500ea6

View File

@ -323,7 +323,7 @@ class TemplateStandinTypeReplacer
string $key,
Codebase $codebase,
?StatementsAnalyzer $statements_analyzer,
?Union $input_type
Union $input_type
) : array {
$matching_atomic_types = [];