|
@@ -1,5 +1,5 @@ discard block |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
|
-declare(strict_types=1); |
|
|
2
|
+declare(strict_types = 1); |
|
3
|
3
|
|
|
4
|
4
|
namespace Paraunit\Command; |
|
5
|
5
|
|
|
@@ -58,7 +58,7 @@ discard block |
|
|
block discarded – undo |
|
58
|
58
|
*/ |
|
59
|
59
|
protected function execute(InputInterface $input, OutputInterface $output) |
|
60
|
60
|
{ |
|
61
|
|
- if (! $this->hasChosenCoverageMethod($input)) { |
|
|
61
|
+ if ( ! $this->hasChosenCoverageMethod($input)) { |
|
62
|
62
|
$coverageMethods = implode(self::COVERAGE_METHODS, ', '); |
|
63
|
63
|
|
|
64
|
64
|
throw new \InvalidArgumentException('You should choose at least one method of coverage output between ' . $coverageMethods); |
Please login to merge, or discard this patch.