Passed
Push — master ( c2f36a...9f980d )
by Adrien
16:53 queued 14:01
created
tests/Service/TransportFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.