mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Add slash
This commit is contained in:
parent
1c836ad2fb
commit
6e262ca753
@ -3412,7 +3412,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…
x
Reference in New Issue
Block a user