|
@@ -1107,9 +1107,9 @@ |
|
|
block discarded – undo |
|
1107
|
1107
|
|
|
1108
|
1108
|
$this->compressManager->write(PHP_EOL); |
|
1109
|
1109
|
|
|
1110
|
|
- if (! $this->dumpSettings['skip-comments']) { |
|
|
1110
|
+ if (!$this->dumpSettings['skip-comments']) { |
|
1111
|
1111
|
$this->compressManager->write( |
|
1112
|
|
- "-- Dumped table `" . $tableName . "` with $count row(s)".PHP_EOL. |
|
|
1112
|
+ "-- Dumped table `".$tableName."` with $count row(s)".PHP_EOL. |
|
1113
|
1113
|
'--'.PHP_EOL.PHP_EOL |
|
1114
|
1114
|
); |
|
1115
|
1115
|
} |
Please login to merge, or discard this patch.