From f2466730db00de866b6e0bd897075983d0d3ebab Mon Sep 17 00:00:00 2001 From: mamazu <14860264+mamazu@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:45:56 +0200 Subject: [PATCH] Adding return types to commands --- src/Jackalope/Tools/Console/Command/InitDoctrineDbalCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackalope/Tools/Console/Command/InitDoctrineDbalCommand.php b/src/Jackalope/Tools/Console/Command/InitDoctrineDbalCommand.php index c187eb9d..65bf75c9 100644 --- a/src/Jackalope/Tools/Console/Command/InitDoctrineDbalCommand.php +++ b/src/Jackalope/Tools/Console/Command/InitDoctrineDbalCommand.php @@ -31,7 +31,7 @@ class InitDoctrineDbalCommand extends Command * @throws CliInvalidArgumentException * @throws \PDOException */ - protected function configure() + protected function configure(): void { $this ->setName('jackalope:init:dbal')