Completed
Pull Request — master (#12)
by Théo
06:24 queued 03:54
created
src/FileLoader/Yaml/YamlFileLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/FileLoader/Parser/Yaml/Util/TagsParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.