Completed
Push — master ( eccb55...093750 )
by Rias
01:18
created
src/DbDumper.php 2 patches
Doc Comments   +1 added lines, -8 removed lines patch added patch discarded remove patch
@@ -273,11 +273,4 @@
 block discarded – undo
273 273
             BASH;
274 274
         }
275 275
 
276
-        return $command.' > '.$dumpFile;
277
-    }
278
-
279
-    protected function determineQuote(): string
280
-    {
281
-        return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? '"' : "'";
282
-    }
283
-}
276
+        return $command.' > '.$dumpFile
284 277
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -8 removed lines patch added patch discarded remove patch
@@ -273,11 +273,4 @@
 block discarded – undo
273 273
             BASH;
274 274
         }
275 275
 
276
-        return $command.' > '.$dumpFile;
277
-    }
278
-
279
-    protected function determineQuote(): string
280
-    {
281
-        return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? '"' : "'";
282
-    }
283
-}
276
+        return $command.' > '.$dumpFile
284 277
\ No newline at end of file
Please login to merge, or discard this patch.