Completed
Push — feature/issue-67 ( 10fd4e...e91079 )
by Mikaël
63:40 queued 31:33
created
src/ConfigurationReader/GeneratorOptions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
      */
120 120
     public static function getDefaultConfigurationPath()
121 121
     {
122
-        return dirname(__FILE__) . '/../resources/config/generator_options.yml';
122
+        return dirname(__FILE__).'/../resources/config/generator_options.yml';
123 123
     }
124 124
     /**
125 125
      * Get category option value
Please login to merge, or discard this patch.