Loading src/Form/UpgradeStatusForm.php +1 −1 Changes for src/Form/UpgradeStatusForm.php: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -726,7 +726,7 @@ MARKUP // Check PHP version. $version = PHP_VERSION; // The value of MINIMUM_PHP in Drupal 10. $minimum_php = '8.0.2'; $minimum_php = '8.1.0'; if (version_compare($version, $minimum_php) >= 0) { $class = 'no-known-error'; } Loading Loading
src/Form/UpgradeStatusForm.php +1 −1 Changes for src/Form/UpgradeStatusForm.php: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -726,7 +726,7 @@ MARKUP // Check PHP version. $version = PHP_VERSION; // The value of MINIMUM_PHP in Drupal 10. $minimum_php = '8.0.2'; $minimum_php = '8.1.0'; if (version_compare($version, $minimum_php) >= 0) { $class = 'no-known-error'; } Loading