Completed
Pull Request — master (#36)
by Gabriel
64:04
created
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::CATEGORY_COOKIE => self::VISITOR_TEST_DONATION_CATEGORY ]
25
+				BannerSelectionController::CATEGORY_COOKIE => self::VISITOR_TEST_DONATION_CATEGORY]
26 26
 		);
27 27
 	}
28 28
 
Please login to merge, or discard this patch.