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
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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);