Passed
Pull Request — master (#155)
by Tobias
02:31
created
Tests/Listener/CommandListenerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
             new InputOption('foo'),
44 44
             new InputOption('foobar', 'fb', InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY),
45 45
             new InputArgument('name', InputArgument::REQUIRED),
46
-         ));
46
+            ));
47 47
 
48 48
         $interactor = $this->getMockBuilder(NewRelicInteractorInterface::class)->getMock();
49 49
         $interactor->expects($this->once())->method('setTransactionName')->with($this->equalTo('test:newrelic'));
Please login to merge, or discard this patch.