1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Add slash

This commit is contained in:
Matt Brown 2020-10-22 18:30:36 -04:00
parent 1c836ad2fb
commit 6e262ca753

View File

@ -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;
}