mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Add slash
This commit is contained in:
parent
3a582dde8d
commit
4ca83ca30d
@ -69,7 +69,7 @@ class CloneAnalyzer
|
||||
$immutable_cloned = true;
|
||||
}
|
||||
} elseif ($clone_type_part instanceof TTemplateParam) {
|
||||
$atomic_types = array_merge($atomic_types, $clone_type_part->as->getAtomicTypes());
|
||||
$atomic_types = \array_merge($atomic_types, $clone_type_part->as->getAtomicTypes());
|
||||
} else {
|
||||
if ($clone_type_part instanceof Type\Atomic\TFalse
|
||||
&& $clone_type->ignore_falsable_issues
|
||||
|
Loading…
Reference in New Issue
Block a user