Skip to content

Commit ebce9f3

Browse files
authored
Make messages consistent
1 parent 381c3a0 commit ebce9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/* PHP version validation */
1414
if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 70103) {
1515
if (PHP_SAPI == 'cli') {
16-
echo 'Magento supports 7.1.3 or later. ' .
16+
echo 'Magento supports PHP 7.1.3 or later. ' .
1717
'Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html';
1818
} else {
1919
echo <<<HTML

0 commit comments

Comments
 (0)