Commit 588a8227 authored by catch's avatar catch
Browse files

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

(cherry picked from commit cf4437e6)
parent 64581a54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.