Passed
Pull Request — master (#175)
by Jérémy
02:34
created
DependencyInjection/EkinoNewRelicExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
         if ($config['logging']) {
52 52
             $container->register(LoggingInteractorDecorator::class)
53
-                 ->setDecoratedService(NewRelicInteractorInterface::class)
53
+                    ->setDecoratedService(NewRelicInteractorInterface::class)
54 54
                 ->setArguments(
55 55
                     [
56 56
                         '$interactor' => new Reference(LoggingInteractorDecorator::class.'.inner'),
Please login to merge, or discard this patch.