@@ -20,7 +20,6 @@ |
||
20 | 20 | use Fidry\LaravelYaml\FileLoader\Parser\Yaml\ImportsParser; |
21 | 21 | use Fidry\LaravelYaml\FileLoader\Parser\Yaml\ParametersParser; |
22 | 22 | use Symfony\Component\Config\FileLocatorInterface; |
23 | -use Symfony\Component\Yaml\Exception\ParseException; |
|
24 | 23 | use Symfony\Component\Yaml\Parser as YamlParser; |
25 | 24 | |
26 | 25 | /** |
@@ -56,7 +56,7 @@ |
||
56 | 56 | */ |
57 | 57 | private function parseTags($id, array $tags, $fileName) |
58 | 58 | { |
59 | - $parsedTags= []; |
|
59 | + $parsedTags = []; |
|
60 | 60 | foreach ($tags as $tag) { |
61 | 61 | $this->checkTag($id, $tag, $fileName); |
62 | 62 |