Completed
Push — feature/fix-db-dump-include/ex... ( 0bb17c...c75e2b )
by Christian
42s queued 23s
created
src/N98/Magento/Command/Database/DumpCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -404,7 +404,7 @@
 block discarded – undo
404 404
         $mysqlClientToolConnectionString = $database->getMysqlClientToolConnectionString();
405 405
 
406 406
         $excludeTablesUserInput = $this->excludeTables($input, $output); // Unprefixed
407
-        $stripTablesUserInput = $this->stripTables($input, $output);     // Unprefixed
407
+        $stripTablesUserInput = $this->stripTables($input, $output); // Unprefixed
408 408
         $stripTablesUserInput = array_diff($stripTablesUserInput, $excludeTablesUserInput);
409 409
 
410 410
         // Structure dump part (for stripped tables)
Please login to merge, or discard this patch.