Passed
Pull Request — master (#1720)
by Gabriel
63:12
created
app/Controllers/AddSubscriptionController.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\Fundraising\Frontend\App\Controllers;
6 6
 
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 			$request,
33 33
 			$responseModel,
34 34
 			$ffFactory->newAddSubscriptionHtmlPresenter(),
35
-			$ffFactory->getUrlGenerator()->generateAbsoluteUrl( 'page', [ 'pageName' => 'Subscription_Success' ] )
35
+			$ffFactory->getUrlGenerator()->generateAbsoluteUrl( 'page', ['pageName' => 'Subscription_Success'] )
36 36
 		);
37 37
 	}
38 38
 
Please login to merge, or discard this patch.
src/Factories/DoctrineFactory.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\Fundraising\Frontend\Factories;
6 6
 
Please login to merge, or discard this patch.