Skip to content

Commit 411ce49

Browse files
committed
Update description
1 parent 9fe6d5b commit 411ce49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Foundation/Console/EnvironmentDecryptCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class EnvironmentDecryptCommand extends Command
4040
*
4141
* @var string
4242
*/
43-
protected $description = 'Decrypt the given environment file';
43+
protected $description = 'Decrypt an environment file';
4444

4545
/**
4646
* The filesystem instance.

src/Illuminate/Foundation/Console/EnvironmentEncryptCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class EnvironmentEncryptCommand extends Command
3939
*
4040
* @var string
4141
*/
42-
protected $description = 'Encrypt the given environment file';
42+
protected $description = 'Encrypt an environment file';
4343

4444
/**
4545
* The filesystem instance.

0 commit comments

Comments
 (0)