Passed
Push — travis ( 4dfd1b...1f4b90 )
by diego
56s
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, $row)
941 941
     {
942
-        if (! $this->transformColumnValueCallable) {
942
+        if (!$this->transformColumnValueCallable) {
943 943
             return $colValue;
944 944
         }
945 945
 
@@ -1141,7 +1141,7 @@  discard block
 block discarded – undo
1141 1141
     function getColumnNames($tableName)
1142 1142
     {
1143 1143
         $colNames = array();
1144
-        foreach($this->tableColumnTypes[$tableName] as $colName => $colType) {
1144
+        foreach ($this->tableColumnTypes[$tableName] as $colName => $colType) {
1145 1145
             if ($colType['is_virtual']) {
1146 1146
                 $this->dumpSettings['complete-insert'] = true;
1147 1147
                 continue;
Please login to merge, or discard this patch.