Add back leading slash on meta class names (#532)

This commit is contained in:
Stidges
2017-07-06 21:25:44 +02:00
committed by Barry vd. Heuvel
parent 87a02ff574
commit 08d39c125f
+1 -1
View File
@@ -13,7 +13,7 @@ namespace PHPSTORM_META {
override(<?= $method ?>, map([
'' => '@',
<?php foreach($bindings as $abstract => $class): ?>
'<?= $abstract ?>' => <?= $class ?>::class,
'<?= $abstract ?>' => \<?= $class ?>::class,
<?php endforeach; ?>
]));
<?php endforeach; ?>