Skip to content

Commit

Permalink
Fix: Add DocBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Aug 13, 2021
1 parent f7ac369 commit 3aaafe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/NormalizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ protected function execute(Console\Input\InputInterface $input, Console\Output\O
$composerFile = $input->getArgument('file');

if (null === $composerFile) {
/** @var string $composerFile */
$composerFile = Factory::getComposerFile();
}

Expand Down

0 comments on commit 3aaafe7

Please sign in to comment.