Skip to content

Commit

Permalink
Add void return types
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj authored and nicolas-grekas committed Feb 13, 2023
1 parent 5a30533 commit 8a88e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/UserPasswordHashCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct(PasswordHasherFactoryInterface $hasherFactory, array
parent::__construct();
}

protected function configure()
protected function configure(): void
{
$this
->addArgument('password', InputArgument::OPTIONAL, 'The plain password to hash.')
Expand Down

0 comments on commit 8a88e39

Please sign in to comment.