Passed
Push — main ( 52510a...0ffc81 )
by Thierry
29:26 queued 21:03
created
src/Driver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
         // Init config
16 16
         $this->config->jush = 'pgsql';
17 17
         $this->config->drivers = ["PgSQL", "PDO_PgSQL"];
18
-        $this->config->setTypes([ //! arrays
18
+        $this->config->setTypes([//! arrays
19 19
             'Numbers' => ["smallint" => 5, "integer" => 10, "bigint" => 19, "boolean" => 1,
20 20
                 "numeric" => 0, "real" => 7, "double precision" => 16, "money" => 20],
21 21
             'Date and time' => ["date" => 13, "time" => 17, "timestamp" => 20, "timestamptz" => 21, "interval" => 0],
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
         $this->config->editFunctions = [[
35 35
             "char" => "md5",
36 36
             "date|time" => "now",
37
-        ],[
37
+        ], [
38 38
             $this->numberRegex() => "+/-",
39 39
             "date|time" => "+ interval/- interval", //! escape
40 40
             "char|text" => "||",
Please login to merge, or discard this patch.