@@ -1107,9 +1107,9 @@ |
||
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 | } |