Completed
Push — master ( b31906...e560b1 )
by Théo
13:58
created
src/FileLoader/Parser/Yaml/DefinitionsParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -336,7 +336,7 @@
 block discarded – undo
336 336
             );
337 337
         }
338 338
 
339
-       return new Factory($service, $factoryClass, $factoryMethod);
339
+        return new Factory($service, $factoryClass, $factoryMethod);
340 340
     }
341 341
 
342 342
     /**
Please login to merge, or discard this patch.