Skip to content

Commit 501d3c3

Browse files
authored
Unused property removal (#38)
1 parent 170c6e4 commit 501d3c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

emission/src/Enginewerk/StatBundle/Command/StatCommand.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ final class StatCommand extends ContainerAwareCommand
1212
{
1313
const COMMAND_NAME = 'emission:stat';
1414

15-
/** @var InputInterface */
16-
private $input;
17-
1815
/** @var OutputInterface */
1916
private $output;
2017

@@ -25,7 +22,6 @@ protected function configure()
2522

2623
protected function execute(InputInterface $input, OutputInterface $output)
2724
{
28-
$this->input = $input;
2925
$this->output = $output;
3026

3127
$fileStatReader = $this->getContainer()->get('enginewerk_stat.presentation_doctrine.file_reader');

0 commit comments

Comments
 (0)