diff --git a/core/modules/user/user.module b/core/modules/user/user.module index 6d3c6f30dbc47f95c38251eb7a8d6745878f6753..bc0e15c01ab2df190a7463f66c89bedb2f44707d 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -49,7 +49,7 @@ const USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL = 'visitors_admin_approval'; /** - * Implement hook_help(). + * Implements hook_help(). */ function user_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) {