Completed
Push — master ( 1a3a48...6e0e69 )
by Alessandro
09:39 queued 07:07
created
src/Paraunit/Printer/SingleResultFormatter.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\Printer;
5 5
 
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     {
37 37
         $format = $singleResult->getTestResultFormat();
38 38
 
39
-        if (! $format instanceof TestResultWithSymbolFormat) {
39
+        if ( ! $format instanceof TestResultWithSymbolFormat) {
40 40
             return '';
41 41
         }
42 42
 
Please login to merge, or discard this patch.
src/Paraunit/Command/ParallelCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 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
 
Please login to merge, or discard this patch.
src/Paraunit/Proxy/XDebugProxy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Paraunit\Proxy;
5 5
 
Please login to merge, or discard this patch.
src/Paraunit/Proxy/Coverage/FakeDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Paraunit\Proxy\Coverage;
5 5
 
Please login to merge, or discard this patch.
src/Paraunit/Bin/Paraunit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Paraunit\Bin;
5 5
 
Please login to merge, or discard this patch.
src/Paraunit/TestResult/TestResultFactory.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
 
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
             );
22 22
         }
23 23
 
24
-        if (! property_exists($log, 'message')) {
24
+        if ( ! property_exists($log, 'message')) {
25 25
             return new MuteTestResult();
26 26
         }
27 27
 
Please login to merge, or discard this patch.
src/Paraunit/TestResult/TestResultFormat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 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
 
Please login to merge, or discard this patch.
src/Paraunit/TestResult/Interfaces/TestResultHandlerInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 
5 5
 namespace Paraunit\TestResult\Interfaces;
Please login to merge, or discard this patch.
src/Paraunit/Printer/DebugPrinter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Paraunit\Printer;
5 5
 
Please login to merge, or discard this patch.