Passed
Push — master ( 918e99...c4e5b8 )
by Marcio
02:48
created
src/Ballybran/Database/MySQLDump.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
         }
159 159
     }
160 160
 
161
-        private function mysqliUseResult($mode, $table, $numeric, $cols, $view, $handle){
161
+        private function mysqliUseResult($mode, $table, $numeric, $cols, $view, $handle) {
162 162
             $this->size = 0;
163 163
             $res = $this->connection->query("SELECT * FROM $this->delTable", MYSQLI_USE_RESULT);
164 164
             while ($row = $res->fetch_assoc()) {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
             $this->size = 0;
209 209
         }
210 210
     }
211
-    private function trigger($mode, $handle, $table){
211
+    private function trigger($mode, $handle, $table) {
212 212
         if ($mode & self::TRIGGERS) {
213 213
             $res = $this->connection->query("SHOW TRIGGERS LIKE '" . $this->connection->real_escape_string($table) . "'");
214 214
             if ($res->num_rows) {
Please login to merge, or discard this patch.