Skip to content

Commit f428aba

Browse files
Symfony namespace spelling issue (#445)
1 parent 8b342a2 commit f428aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ protected function databaseOptions(): array
811811
/**
812812
* Validate the database driver input.
813813
*
814-
* @param \Symfony\Components\Console\Input\InputInterface $input
814+
* @param \Symfony\Component\Console\Input\InputInterface $input
815815
*/
816816
protected function validateDatabaseOption(InputInterface $input)
817817
{

0 commit comments

Comments
 (0)