Passed
Push — main ( 97164d...ffd418 )
by Thierry
21:09 queued 12:53
created
src/Driver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
         // Init config
19 19
         $this->config->jush = 'sqlite';
20 20
         $this->config->drivers = ["SQLite3", "PDO_SQLite"];
21
-        $this->config->setTypes([ //! arrays
21
+        $this->config->setTypes([//! arrays
22 22
             'Numbers' => ["integer" => 0, "real" => 0, "numeric" => 0],
23 23
             'Strings' => ["text" => 0],
24 24
             'Binary' => ["blob" => 0],
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
         $this->config->grouping = ["avg", "count", "count distinct", "group_concat", "max", "min", "sum"];
31 31
         $this->config->editFunctions = [[
32 32
             // "text" => "date('now')/time('now')/datetime('now')",
33
-        ],[
33
+        ], [
34 34
             "integer|real|numeric" => "+/-",
35 35
             // "text" => "date/time/datetime",
36 36
             "text" => "||",
Please login to merge, or discard this patch.