Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 6f9f822

Browse files
committed
Moved to namespace
1 parent 9c76f0d commit 6f9f822

22 files changed

+55
-1074
lines changed

src/Command/All.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,18 @@
2121
*/
2222
class All extends BaseCommand
2323
{
24+
/**
25+
* Console description
26+
*
27+
* @var string
28+
*/
2429
protected $description = 'Run all tools';
2530

31+
/**
32+
* Console params configuration
33+
*
34+
* @return void
35+
*/
2636
protected function configure()
2737
{
2838
$this->setName('qa:all')
@@ -35,6 +45,13 @@ protected function configure()
3545
->setDescription($this->description);
3646
}
3747

48+
/**
49+
* Execution
50+
*
51+
* @param InputInterface $input Input console
52+
* @param OutputInterface $output Output console
53+
* @return integer Exit code
54+
*/
3855
protected function execute(InputInterface $input, OutputInterface $output)
3956
{
4057
$start = microtime(true);

src/Command/CC.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Command/CPD.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Command/CS.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Command/CSF.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Command/CodeCoverage.php

Lines changed: 0 additions & 125 deletions
This file was deleted.

src/Command/CodeSniffer.php

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)