Issue #3316871 by Soham Sengupta, Chi: Fix wrong documentation in hook_requirements_alter

(cherry picked from commit cf4437e61e)
merge-requests/2923/head
catch 2022-10-28 10:39:16 +01:00
parent f5766a48b1
commit 78bbdc912a
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ function hook_requirements_alter(array &$requirements): void {
// Change the title from 'PHP' to 'PHP version'.
$requirements['php']['title'] = t('PHP version');
// Decrease the 'update status' requirement severity from warning to warning.
// Decrease the 'update status' requirement severity from warning to info.
$requirements['update status']['severity'] = REQUIREMENT_INFO;
// Remove a requirements entry.