Skip to content

Commit a960ed9

Browse files
committed
Fix style guide
1 parent 8ea1029 commit a960ed9

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/app/CliTools/Console/Command/System/BannerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ protected function getMailCount()
253253

254254
protected function initialize(InputInterface $input, OutputInterface $output)
255255
{
256-
parent::initialize($input, $output); // TODO: Change the autogenerated stub
256+
parent::initialize($input, $output);
257257
}
258258

259259
/**

src/app/CliTools/Console/Command/TYPO3/DomainCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
*/
2323

24-
use CliTools\Database\DatabaseConnection;
2524
use Symfony\Component\Console\Input\InputArgument;
2625
use Symfony\Component\Console\Input\InputInterface;
2726
use Symfony\Component\Console\Input\InputOption;

src/app/CliTools/Shell/CommandBuilder/DockerExecCommandBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
*/
2323

24-
use CliTools\Database\DatabaseConnection;
25-
2624
class DockerExecCommandBuilder extends CommandBuilder
2725
{
2826

src/app/CliTools/Utility/DockerUtility.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
*/
2323

2424
use CliTools\Shell\CommandBuilder\CommandBuilder;
25-
use CliTools\Shell\CommandBuilder\DockerExecCommandBuilder;
2625
use CliTools\Shell\Executor;
2726

2827
class DockerUtility

0 commit comments

Comments
 (0)