Checkstyle fix

This commit is contained in:
Kévin Gomez 2013-11-05 13:26:18 +00:00
commit 27862d6fb1
8 changed files with 21 additions and 24 deletions

View file

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