@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Paraunit\TestResult; |
| 5 | 5 | |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | |
| 81 | 81 | public function countTestResults(): int |
| 82 | 82 | { |
| 83 | - if (! $this->testResultFormat instanceof TestResultWithSymbolFormat) { |
|
| 83 | + if ( ! $this->testResultFormat instanceof TestResultWithSymbolFormat) { |
|
| 84 | 84 | return 0; |
| 85 | 85 | } |
| 86 | 86 | |