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

Fix formatting

This commit is contained in:
Matt Brown 2020-11-19 16:09:30 -05:00 committed by Daniil Gentili
parent 0acb02a595
commit 685248225d
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -2301,7 +2301,7 @@ class AssertionFinder
}
if ($literal_assertions) {
$if_types[$first_var_name] = [$literal_assertions];
$if_types[$first_var_name] = [$literal_assertions];
}
}