Skip to content

Commit 13d4ca7

Browse files
Remove silent option since it's the default now (#12)
There was a Breaking Change in Symfony/Console 7.2 where --silent option is now added by default to all commands. It causes the error "An option named "silent" already exists." Co-authored-by: Ralph J. Smit <[email protected]>
1 parent 81b76ab commit 13d4ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Supervisor/Console/RestartHorizon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class RestartHorizon extends Command
1313
*
1414
* @var string
1515
*/
16-
protected $signature = 'supervisor:check {--r|resume-if-paused} {--s|silent} {--p|php-path=}';
16+
protected $signature = 'supervisor:check {--r|resume-if-paused} {--p|php-path=}';
1717

1818
/**
1919
* The console command description.

0 commit comments

Comments
 (0)