Completed
Push — master ( 96010c...eccb55 )
by Freek
01:37
created
src/Databases/MongoDb.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Spatie\DbDumper\Databases;
4 4
 
5 5
 use Spatie\DbDumper\DbDumper;
6
-use Symfony\Component\Process\Process;
7 6
 use Spatie\DbDumper\Exceptions\CannotStartDump;
7
+use Symfony\Component\Process\Process;
8 8
 
9 9
 class MongoDb extends DbDumper
10 10
 {
Please login to merge, or discard this patch.
src/DbDumper.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -273,6 +273,4 @@
 block discarded – undo
273 273
             BASH;
274 274
         }
275 275
 
276
-        return $command.' > '.$dumpFile;
277
-    }
278
-}
276
+        return $command.' > '.$dumpFile
279 277
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -273,6 +273,4 @@
 block discarded – undo
273 273
             BASH;
274 274
         }
275 275
 
276
-        return $command.' > '.$dumpFile;
277
-    }
278
-}
276
+        return $command.' > '.$dumpFile
279 277
\ No newline at end of file
Please login to merge, or discard this patch.