Test Setup Failed
Pull Request — master (#19)
by Tim
60:53
created
src/Utils/SystemRandomIntegerGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Utils;
6 6
 
Please login to merge, or discard this patch.
tests/Fixtures/BucketFixture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Tests\Fixtures;
6 6
 
Please login to merge, or discard this patch.
tests/Fixtures/CampaignFixture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Tests\Fixtures;
6 6
 
Please login to merge, or discard this patch.
tests/Fixtures/VisitorFixture.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Tests\Fixtures;
6 6
 
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
 			[
23 23
 				BannerSelectionController::IMPRESSION_COUNT_COOKIE => self::VISITOR_TEST_IMPRESSION_COUNT,
24 24
 				BannerSelectionController::BUCKET_COOKIE => self::VISITOR_TEST_BUCKET,
25
-				BannerSelectionController::DONATED_COOKIE => self::VISITOR_TEST_DONATION_HISTORY ]
25
+				BannerSelectionController::DONATED_COOKIE => self::VISITOR_TEST_DONATION_HISTORY]
26 26
 		);
27 27
 	}
28 28
 
Please login to merge, or discard this patch.
tests/Utils/FakeRandomIntegerGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Tests\Utils;
6 6
 
Please login to merge, or discard this patch.
tests/Unit/Controller/BannerSelectionControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Tests\Unit\Controller;
6 6
 
Please login to merge, or discard this patch.
tests/Unit/Entity/BannerSelection/CampaignTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Tests\Unit\Entity\BannerSelection;
6 6
 
Please login to merge, or discard this patch.
tests/Unit/Entity/BannerSelection/BucketTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Tests\Unit\Entity\BannerSelection;
6 6
 
Please login to merge, or discard this patch.
tests/Unit/Entity/BannerSelection/CampaignCollectionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\BannerServer\Tests\Unit\Entity\BannerSelection;
6 6
 
Please login to merge, or discard this patch.