mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 13:21:22 +01:00
Revert
This commit is contained in:
parent
596ee11d0d
commit
4c656f0a2b
@ -180,7 +180,7 @@ class ConcatAnalyzer
|
|||||||
|
|
||||||
if ($literal_concat) {
|
if ($literal_concat) {
|
||||||
// Bypass opcache bug: https://github.com/php/php-src/issues/10635
|
// Bypass opcache bug: https://github.com/php/php-src/issues/10635
|
||||||
(static function (int $_): void {
|
(function (int $_): void {
|
||||||
})($combinations);
|
})($combinations);
|
||||||
if (count($result_type_parts) === 0) {
|
if (count($result_type_parts) === 0) {
|
||||||
throw new AssertionError("The number of parts cannot be 0!");
|
throw new AssertionError("The number of parts cannot be 0!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user