mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 22:01:48 +01:00
Fix
This commit is contained in:
parent
723001d814
commit
06010b40ce
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user