Skip to content

Commit

Permalink
bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 18, 2024
1 parent b8c981c commit cc2cf78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Describer.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ protected function describeCommands(Application $application, OutputInterface $o
$command->getDescription()
));
}
})->whenNotEmpty(function () use ($output) {
$output->writeln('');
});

return $this;
Expand Down

0 comments on commit cc2cf78

Please sign in to comment.