Skip to content

Commit

Permalink
feat: update class comments for drush command
Browse files Browse the repository at this point in the history
  • Loading branch information
callinmullaney committed Aug 31, 2023
1 parent 0f52ec2 commit 3d7e527
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Commands/SubThemeCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@
use Symfony\Component\Finder\Finder;

/**
* Defines Drush commands for generating emulsify subtheme.
* A Drush commandfile.
*
* In addition to this file, you need a drush.services.yml
* in root of your module, and a composer.json file that provides the name
* of the services file to use.
*
* See these files for an example of injecting Drupal services:
* - http://cgit.drupalcode.org/devel/tree/src/Commands/DevelCommands.php
* - http://cgit.drupalcode.org/devel/tree/drush.services.yml
*/
class SubThemeCommands extends DrushCommands implements BuilderAwareInterface {

Expand Down

0 comments on commit 3d7e527

Please sign in to comment.