Skip to content

Commit

Permalink
Merge pull request #427 from mamazu/correct_typing
Browse files Browse the repository at this point in the history
Adding return types to commands
  • Loading branch information
dbu authored Oct 4, 2023
2 parents 183fd0b + f246673 commit 7845a12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class InitDoctrineDbalCommand extends Command
* @throws CliInvalidArgumentException
* @throws \PDOException
*/
protected function configure()
protected function configure(): void
{
$this
->setName('jackalope:init:dbal')
Expand Down

0 comments on commit 7845a12

Please sign in to comment.