Skip to content

Commit 2c0c8bc

Browse files
committed
Merge pull request #1 from mattwellss/missingUse
Fix missing "use" in `PatternLab\Annotations`
2 parents 71fa58a + d1909a5 commit 2c0c8bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PatternLab/Annotations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use \PatternLab\Config;
1616
use \PatternLab\Console;
1717
use \PatternLab\Dispatcher;
18+
use \PatternLab\Parsers\Documentation;
1819
use \Symfony\Component\Yaml\Exception\ParseException;
1920
use \Symfony\Component\Yaml\Yaml;
2021
use \PatternLab\Timer;

0 commit comments

Comments
 (0)