mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix #9363
This commit is contained in:
parent
c46eccda76
commit
575da79801
@ -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!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user