diff options
author | Nathaniel Catchpole | 2017-09-04 17:30:59 (GMT) |
---|---|---|
committer | Nathaniel Catchpole | 2017-09-04 17:30:59 (GMT) |
commit | cb9b6d420fee0d86db873a9f4af4adb788b19892 (patch) | |
tree | 4ef88e32cf610ddd896e3dd10547a687b5f77172 /core/lib/Drupal/Core/Render | |
parent | b0087ffeacbe5e1171d6c00c95b31c79f7559e44 (diff) |
Issue #2722609 by anoopjohn, mfernea, Jo Fitzgerald, chishah92, druprad, martin107, Mile23: Fix Drupal.Commenting.FunctionComment.ParamNameNoMatch
Diffstat (limited to 'core/lib/Drupal/Core/Render')
-rw-r--r-- | core/lib/Drupal/Core/Render/theme.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lib/Drupal/Core/Render/theme.api.php b/core/lib/Drupal/Core/Render/theme.api.php index db7a161..c12dd3d 100644 --- a/core/lib/Drupal/Core/Render/theme.api.php +++ b/core/lib/Drupal/Core/Render/theme.api.php @@ -728,7 +728,7 @@ function hook_themes_installed($theme_list) { /** * Respond to themes being uninstalled. * - * @param array $theme_list + * @param array $themes * Array containing the names of the themes being uninstalled. * * @see \Drupal\Core\Extension\ThemeHandler::uninstall() |