Update comment

This commit is contained in:
Wruczek 2020-10-23 18:12:46 +02:00
parent 3aca04e04c
commit e6c48d170f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function checkRequirements() {
define("PHP_VERSION_ID", $version[0] * 10000 + $version[1] * 100 + $version[2]);
}
// PHP version - 5.6.0 minimum, < 7 warning, > 7 ok
// PHP version - 7.2.0 minimum
{
$result = PHP_VERSION_ID < 70200 ? 2 : 0;