Skip to content

Commit d1909a5

Browse files
author
Matthew Dev
committed
Fix missing "use" in PatternLab\Annotations
- `PatternLab\Parsers\Documentation` needs a `use`
1 parent 71fa58a commit d1909a5

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)