Skip to content

Commit

Permalink
Merge pull request #9 from northernco/return-type-declaration
Browse files Browse the repository at this point in the history
Native Return Type Declaration
  • Loading branch information
cpkdevries committed Jun 15, 2023
2 parents 9c4b8c8 + 8aa8597 commit 001a844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/MaintenanceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(
$this->flagPath = $flagPath;
}

protected function configure()
protected function configure(): void
{
$this->addOption('enable', null, InputOption::VALUE_NONE, 'Enable maintenance mode')
->addOption('disable', null, InputOption::VALUE_NONE, 'Disable maintenance mode');
Expand Down

0 comments on commit 001a844

Please sign in to comment.