Passed
Push — upgrade-phpstan-level ( d949b4 )
by
unknown
63:12
created
tests/TestAddressChangeContextFactory.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\AddressChangeContext\Tests;
6 6
 
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 	}
29 29
 
30 30
 	private function newConnection(): Connection {
31
-		$dsnParser  = new DsnParser( [ 'sqlite' => 'pdo_sqlite' ] );
31
+		$dsnParser  = new DsnParser( ['sqlite' => 'pdo_sqlite'] );
32 32
 		$connection = DriverManager::getConnection(
33 33
 			$dsnParser->parse( 'sqlite:///:memory:' )
34 34
 		);
Please login to merge, or discard this patch.