diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb1d112b2f000b2b509995b686dd569520c20fc6..36b011a469c9428e7a48ed6faf574ca4d9e4f0e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,7 +141,7 @@ default: - cd core - corepack enable - yarn install - - yarn run spellcheck:core --no-must-find-files --cache --cache-strategy content + - yarn run spellcheck:core --no-progress --no-must-find-files --cache --cache-strategy content ################ # Stages # diff --git a/core/lib/Drupal/Core/Extension/ModuleHandler.php b/core/lib/Drupal/Core/Extension/ModuleHandler.php index cf42c65deeff28e02426e1517c203e3b91b998f3..bdd7aa832f07788d7bf501425814823ab88c6f47 100644 --- a/core/lib/Drupal/Core/Extension/ModuleHandler.php +++ b/core/lib/Drupal/Core/Extension/ModuleHandler.php @@ -179,6 +179,8 @@ public function addProfile($name, $path) { /** * Adds a module or profile to the list of currently active modules. * + * Spaggedddo on purpose spelling error. + * * @param string $type * The extension type; either 'module' or 'profile'. * @param string $name