Completed
Push — master ( cd8a43...4b8780 )
by Alexpts
02:40
created
src/PTS/DataTransformer/MapsManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,6 +84,6 @@
 block discarded – undo
84 84
      */
85 85
     protected function getByPath($path)
86 86
     {
87
-        return (array)$this->yamlParser->parse(file_get_contents($path));
87
+        return (array) $this->yamlParser->parse(file_get_contents($path));
88 88
     }
89 89
 }
Please login to merge, or discard this patch.