Completed
Push — master ( 5472e0...10da27 )
by Eric
18:09 queued 11:39
created
Tests/DependencyInjection/Compiler/ConfigureFactoryPassTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         $factory
60 60
             ->expects($this->once())
61 61
             ->method('addArgument')
62
-            ->with($this->callback(function ($argument) {
62
+            ->with($this->callback(function($argument) {
63 63
                return $argument instanceof Reference && (string) $argument === 'lug.translation.context.locale';
64 64
             }));
65 65
 
Please login to merge, or discard this patch.