Skip to content

Commit

Permalink
try optional
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 8, 2023
1 parent aebd311 commit 3c7cba3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Console/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ public function __construct(
SetupCICommand $setupCICommand,
ListRulesCommand $listRulesCommand,
// dev
?MissingInSetCommand $missingInSetCommand = null,
?OutsideAnySetCommand $outsideAnySetCommand = null,
?GenerateCommand $generateCommand = null,
?InitRecipeCommand $initRecipeCommand = null,
MissingInSetCommand $missingInSetCommand = null,
OutsideAnySetCommand $outsideAnySetCommand = null,
GenerateCommand $generateCommand = null,
InitRecipeCommand $initRecipeCommand = null,
) {
parent::__construct(self::NAME, VersionResolver::PACKAGE_VERSION);

Expand Down

0 comments on commit 3c7cba3

Please sign in to comment.