Passed
Push — master ( 8496fb...0842d0 )
by diego
02:18
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.