1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
Daniil Gentili 2023-02-21 10:09:58 +01:00
parent c46eccda76
commit 575da79801

View File

@ -178,6 +178,8 @@ class ConcatAnalyzer
}
if ($literal_concat) {
(function (int $_): void {
})($combinations);
if (count($result_type_parts) === 0) {
throw new AssertionError("The number of parts cannot be 0!");
}