Completed
Pull Request — master (#58)
by Eric
31:31
created
Tests/DependencyInjection/Compiler/ConfigureFactoryPassTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             ->expects($this->once())
61 61
             ->method('addArgument')
62 62
             ->with($this->callback(function ($argument) {
63
-               return $argument instanceof Reference && (string) $argument === 'lug.translation.context.locale';
63
+                return $argument instanceof Reference && (string) $argument === 'lug.translation.context.locale';
64 64
             }));
65 65
 
66 66
         $this->compiler->process($container);
Please login to merge, or discard this patch.