Checkstyle fix
This commit is contained in:
parent
3022cfb81a
commit
27862d6fb1
8 changed files with 21 additions and 24 deletions
|
|
@ -44,10 +44,8 @@ abstract class AbstractCommand extends ContainerAwareCommand
|
|||
*/
|
||||
protected $input;
|
||||
|
||||
|
||||
use FormattingHelpers;
|
||||
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
@ -398,7 +396,7 @@ EOT;
|
|||
/**
|
||||
* Extract the database name from a given DSN
|
||||
*
|
||||
* @param string $dsn A DSN
|
||||
* @param string $dsn A DSN
|
||||
* @return string The database name extracted from the given DSN
|
||||
*/
|
||||
protected function parseDbName($dsn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue