Completed
Pull Request — master (#12)
by Théo
06:24 queued 03:54
created
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.