Completed
Push — master ( 30b30b...bcf012 )
by Mr
01:56
created
src/Database/Drivers/SQL.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
          * @param  array $bind   array with values in [':key' => 'value'] format
96 96
          * @param   bool $fetch  make fetch and return data?
97 97
          */
98
-        @list($query, $bind, $fetch) = $arguments;  // Notices disabled
98
+        @list($query, $bind, $fetch) = $arguments; // Notices disabled
99 99
 
100 100
         // Set statement
101 101
         $statement = $this->getInstance()->prepare($query);
Please login to merge, or discard this patch.