Passed
Branch master (6c4ac7)
by Victor
02:04
created
Category
tests/PresentationModelTest.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 Shoot\Shoot\Tests;
5 5
 
Please login to merge, or discard this patch.
tests/ViewTest.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 Shoot\Shoot\Tests;
5 5
 
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     {
35 35
         $wasCalled = false;
36 36
 
37
-        $callback = function () use (&$wasCalled) {
37
+        $callback = function() use (&$wasCalled) {
38 38
             $wasCalled = true;
39 39
         };
40 40
 
Please login to merge, or discard this patch.
tests/Fixtures/Container.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 Shoot\Shoot\Tests\Fixtures;
5 5
 
Please login to merge, or discard this patch.
tests/Fixtures/ProductListPresenter.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 Shoot\Shoot\Tests\Fixtures;
5 5
 
Please login to merge, or discard this patch.
tests/Fixtures/MiddlewareCallback.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 Shoot\Shoot\Tests\Fixtures;
5 5
 
Please login to merge, or discard this patch.
tests/Fixtures/ViewFactory.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 Shoot\Shoot\Tests\Fixtures;
5 5
 
Please login to merge, or discard this patch.
tests/Fixtures/ProductPresenter.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 Shoot\Shoot\Tests\Fixtures;
5 5
 
Please login to merge, or discard this patch.
tests/Fixtures/ProductPresentationModel.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 Shoot\Shoot\Tests\Fixtures;
5 5
 
Please login to merge, or discard this patch.
tests/Fixtures/Logger.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 Shoot\Shoot\Tests\Fixtures;
5 5
 
Please login to merge, or discard this patch.