Loading core/lib/Drupal/Core/Command/GenerateTheme.php +6 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/lib/Drupal/Core/Command/GenerateTheme.php +6 −1 Original line number Diff line number Diff line Loading @@ -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); Loading