Skip to content

Commit

Permalink
Codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
jastraat committed Mar 31, 2023
1 parent a49b96c commit d06e1c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/sample_content/src/Drush.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class Drush extends DrushCommands {
/**
* Constructor for the Sample Content commands.
*
* @param \Drupal\Core\Extension\ModuleExtensionList $extension_list_module extension list
* @param \Drupal\Core\Extension\ModuleExtensionList $extension_list_module
* Extension list.
*/
public function __construct(ModuleExtensionList $extension_list_module) {
$this->extensionListModule = $extension_list_module;
Expand Down

0 comments on commit d06e1c7

Please sign in to comment.