Skip to content

Commit 86693a2

Browse files
committed
refactor: format AsCommand attributes for DependenciesCommand
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 3781355 commit 86693a2

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/Console/Command/DependenciesCommand.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@
2828
* This command MUST report missing and unused dependencies using a single,
2929
* deterministic report that is friendly for local development and CI runs.
3030
*/
31-
#[AsCommand(name: 'dependencies', description: 'Analyzes missing and unused Composer dependencies.', aliases: [
32-
'deps',
33-
], help: 'This command runs composer-dependency-analyser and composer-unused to report missing and unused Composer dependencies.')]
31+
#[AsCommand(
32+
name: 'dependencies',
33+
description: 'Analyzes missing and unused Composer dependencies.',
34+
aliases: ['deps'],
35+
help: 'This command runs composer-dependency-analyser and composer-unused to report missing and unused Composer dependencies.'
36+
)]
3437
final class DependenciesCommand extends AbstractCommand
3538
{
3639
/**

0 commit comments

Comments
 (0)