Issue #3174190 by anmolgoyal74: Repetive 'using' word in DbImportCommand.php

merge-requests/25/head
Alex Pott 2020-10-16 16:58:46 +01:00
parent d145ac3a54
commit 0af3c6a9ec
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -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