Skip to content

Commit

Permalink
Fix: Remove unnecessary DocBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 22, 2021
1 parent 77abc83 commit ce24f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/NormalizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ protected function execute(
$composerFile = $input->getArgument('file');

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

Expand Down

0 comments on commit ce24f6b

Please sign in to comment.