Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c573038

Browse files
Update src/Symfony/Bundle/FrameworkBundle/Command/SecretsRevealCommand.php
Co-authored-by: Fabien Potencier <[email protected]>
1 parent 686b82b commit c573038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/SecretsRevealCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* @internal
2525
*/
26-
#[AsCommand(name: 'secrets:reveal', description: 'Reveal the value of a secrets')]
26+
#[AsCommand(name: 'secrets:reveal', description: 'Reveal the value of a secret')]
2727
final class SecretsRevealCommand extends Command
2828
{
2929
public function __construct(

0 commit comments

Comments
 (0)