1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 05:17:47 +01:00
This commit is contained in:
Daniil Gentili 2023-10-21 20:50:08 +02:00
parent 596ee11d0d
commit 4c656f0a2b

View File

@ -180,7 +180,7 @@ class ConcatAnalyzer
if ($literal_concat) {
// Bypass opcache bug: https://github.com/php/php-src/issues/10635
(static function (int $_): void {
(function (int $_): void {
})($combinations);
if (count($result_type_parts) === 0) {
throw new AssertionError("The number of parts cannot be 0!");