Skip to content

Commit

Permalink
Add missing return type for SetupChecks::configure
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Oct 24, 2023
1 parent 179344b commit bc7d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/SetupChecks.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(
parent::__construct();
}

protected function configure() {
protected function configure(): void {
parent::configure();

$this
Expand Down

0 comments on commit bc7d87a

Please sign in to comment.