mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add slash
This commit is contained in:
parent
67859ed19b
commit
6a8a660efc
@ -3428,7 +3428,7 @@ class ReflectorVisitor extends PhpParser\NodeVisitorAbstract implements FileSour
|
||||
|
||||
if ($type_string) {
|
||||
$atomic_types = $type->getAtomicTypes();
|
||||
$atomic_type = reset($atomic_types);
|
||||
$atomic_type = \reset($atomic_types);
|
||||
$atomic_type->text = $type_string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user