@@ -62,7 +62,7 @@ |
||
62 | 62 | ->filterText($trimmedName) |
63 | 63 | ->detail($item['hint']) |
64 | 64 | ->kind(CompleteItemKind::ConstantKind) |
65 | - ->sortText('~' . $name) |
|
65 | + ->sortText('~'.$name) |
|
66 | 66 | ->add($this); |
67 | 67 | } |
68 | 68 | } |