Skip to content

Commit

Permalink
[5.x] Tweak make: command descriptions (#10952)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Oct 14, 2024
1 parent 813d2cb commit 1348a92
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeDictionary.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MakeDictionary extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new dictionary addon';
protected $description = 'Create a new dictionary';

/**
* The type of class being generated.
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeFieldtype.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MakeFieldtype extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new fieldtype addon';
protected $description = 'Create a new fieldtype';

/**
* The type of class being generated.
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MakeFilter extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new filter addon';
protected $description = 'Create a new filter';

/**
* The type of class being generated.
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MakeModifier extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new modifier addon';
protected $description = 'Create a new modifier';

/**
* The type of class being generated.
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MakeScope extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new query scope addon';
protected $description = 'Create a new query scope';

/**
* The type of class being generated.
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MakeTag extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new tag addon';
protected $description = 'Create a new tag';

/**
* The type of class being generated.
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/MakeWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MakeWidget extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new widget addon';
protected $description = 'Create a new widget';

/**
* The type of class being generated.
Expand Down

0 comments on commit 1348a92

Please sign in to comment.