@@ -12,7 +12,7 @@ |
||
12 | 12 | /** |
13 | 13 | * @dataProvider providerDsn |
14 | 14 | */ |
15 | - public function testDsn(null|array|string $input, string $expected): void |
|
15 | + public function testDsn(null | array | string $input, string $expected): void |
|
16 | 16 | { |
17 | 17 | $actual = TransportFactory::dsn($input); |
18 | 18 |