Skip to content
Snippets Groups Projects
Verified Commit 372e818d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3450567 by kalpanajaiswal, joachim: GenerateTheme::__construct() does...

Issue #3450567 by kalpanajaiswal, joachim: GenerateTheme::__construct() does not document its parameters

(cherry picked from commit 55e32b31)
parent d5ffb679
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,12 @@ class GenerateTheme extends Command {
private $root;
/**
* {@inheritdoc}
* GenerateTheme constructor.
*
* @param string|null $name
* The name of the command; passing null means it must be set in configure().
* @param string|null $root
* The path for the Drupal root.
*/
public function __construct(?string $name = NULL, ?string $root = NULL) {
parent::__construct($name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment