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

(cherry picked from commit cf4437e61e)
merge-requests/2505/merge
catch 2022-10-28 10:39:16 +01:00
parent 64581a5459
commit 588a822720
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.