mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +01:00
Fix
This commit is contained in:
parent
a9647155f2
commit
582a7858f5
@ -530,6 +530,7 @@ class TKeyedArray extends Atomic
|
||||
if ($properties !== $this->properties || $fallback_params !== $this->fallback_params) {
|
||||
$cloned = clone $this;
|
||||
$cloned->properties = $properties;
|
||||
$cloned->fallback_params = $fallback_params;
|
||||
return $cloned;
|
||||
}
|
||||
return $this;
|
||||
|
Loading…
Reference in New Issue
Block a user