Skip to content

Commit 4888095

Browse files
Holger WoltersdorfHolger Woltersdorf
Holger Woltersdorf
authored and
Holger Woltersdorf
committed
Fixed indention by tabs
1 parent 3122b8c commit 4888095

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/Application.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class Application extends BaseApplication
1313
{
14-
// internal method
14+
// internal method
1515

1616
/**
1717
* {@inheritdoc}
@@ -36,13 +36,13 @@ protected function getDefaultCommands()
3636
return $defaultCommands;
3737
}
3838

39-
/**
40-
* Create TestReporterCommand.
41-
* @return TestReporterCommand
42-
*/
43-
protected function createTestReporterCommand()
44-
{
45-
$command = new TestReporterCommand();
39+
/**
40+
* Create TestReporterCommand.
41+
* @return TestReporterCommand
42+
*/
43+
protected function createTestReporterCommand()
44+
{
45+
$command = new TestReporterCommand();
4646

4747
return $command;
4848
}

src/ConsoleCommands/TestReporterCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TestReporterCommand extends Command
2020
*/
2121
protected function configure()
2222
{
23-
$this
23+
$this
2424
->setName('test-reporter')
2525
->setDescription('Code Climate PHP Test Reporter')
2626
->addOption(
@@ -72,5 +72,5 @@ protected function execute(InputInterface $input, OutputInterface $output)
7272
}
7373

7474
return $ret;
75-
}
75+
}
7676
}

0 commit comments

Comments
 (0)