mirror of
https://github.com/danog/psalm.git
synced 2025-01-23 06:11:25 +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->typed_class_strings = [];
|
||||||
$this->checked = false;
|
$this->checked = false;
|
||||||
|
|
||||||
$from_docblock = false;
|
$from_docblock = $this->from_docblock;
|
||||||
$keyed_types = [];
|
$keyed_types = [];
|
||||||
|
|
||||||
foreach ($types as $type) {
|
foreach ($types as $type) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user