1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 22:01:48 +01:00
This commit is contained in:
Vincent Langlet 2022-12-24 13:24:28 +01:00
parent 723001d814
commit 06010b40ce

View File

@ -234,7 +234,7 @@ final class MutableUnion implements TypeNode
$this->typed_class_strings = [];
$this->checked = false;
$from_docblock = false;
$from_docblock = $this->from_docblock;
$keyed_types = [];
foreach ($types as $type) {