Completed
Push — travis ( ca2a88...43db07 )
by diego
02:44
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -939,7 +939,7 @@  discard block
 block discarded – undo
939 939
      */
940 940
     protected function hookTransformColumnValue($tableName, $colName, $colValue)
941 941
     {
942
-        if (! $this->transformColumnValueCallable) {
942
+        if (!$this->transformColumnValueCallable) {
943 943
             return $colValue;
944 944
         }
945 945
 
@@ -1140,7 +1140,7 @@  discard block
 block discarded – undo
1140 1140
     function getColumnNames($tableName)
1141 1141
     {
1142 1142
         $colNames = array();
1143
-        foreach($this->tableColumnTypes[$tableName] as $colName => $colType) {
1143
+        foreach ($this->tableColumnTypes[$tableName] as $colName => $colType) {
1144 1144
             if ($colType['is_virtual']) {
1145 1145
                 $this->dumpSettings['complete-insert'] = true;
1146 1146
                 continue;
Please login to merge, or discard this patch.