Completed
Push — master ( 6189d0...6e59d5 )
by Alessandro
06:49
created
src/Paraunit/TestResult/FullTestResult.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/TestResultWithSymbolFormat.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/MuteTestResult.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/NullTestResult.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/TestResultWithMessage.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/TraceStep.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/TestResultList.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/TestResultContainerInterface.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/TestResult/Interfaces/FailureMessageInterface.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.