Completed
Push — master ( e18395...f3457e )
by Marco
38:32
created
src/Effect/PDO/Query.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 Marcosh\Effector\Effect\PDO;
6 6
 
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
         string $statement,
21 21
         int $fetchMode = \PDO::ATTR_DEFAULT_FETCH_MODE,
22 22
         $arg = null,
23
-        ?array $ctorArgs = null
23
+        ? array $ctorArgs = null
24 24
     )
25 25
     {
26 26
         return $this->connection->query($statement, $fetchMode, $arg, $ctorArgs);
Please login to merge, or discard this patch.