From 0af3c6a9ecdbfe4984aeba23367ba9f12acd2a62 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 16 Oct 2020 16:58:46 +0100 Subject: [PATCH] Issue #3174190 by anmolgoyal74: Repetive 'using' word in DbImportCommand.php --- core/lib/Drupal/Core/Command/DbImportCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Command/DbImportCommand.php b/core/lib/Drupal/Core/Command/DbImportCommand.php index 3401ae0f869..4765692168f 100644 --- a/core/lib/Drupal/Core/Command/DbImportCommand.php +++ b/core/lib/Drupal/Core/Command/DbImportCommand.php @@ -12,7 +12,7 @@ use Symfony\Component\Console\Output\OutputInterface; /** * Provides a command to import the current database from a script. * - * This script runs on databases exported using using one of the database dump + * This script runs on databases exported using one of the database dump * commands and imports it into the current database connection. * * @see \Drupal\Core\Command\DbImportApplication