Completed
Pull Request — master (#7)
by Théo
13:29 queued 11:14
created
src/FileLoader/Parser/Yaml/DefinitionsParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -332,6 +332,6 @@
 block discarded – undo
332 332
             );
333 333
         }
334 334
 
335
-       return new FactoryService($service, $factoryClass, $factoryMethod);
335
+        return new FactoryService($service, $factoryClass, $factoryMethod);
336 336
     }
337 337
 }
Please login to merge, or discard this patch.