Completed
Push — master ( 84f230...078d96 )
by Alessandro
12s
created
src/Paraunit/TestResult/TestResultContainer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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\TestResult;
5 5
 
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
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
 
Please login to merge, or discard this patch.