diff --git a/src/Psalm/Internal/Fork/PsalmRestarter.php b/src/Psalm/Internal/Fork/PsalmRestarter.php index 8d255f608..b864329c9 100644 --- a/src/Psalm/Internal/Fork/PsalmRestarter.php +++ b/src/Psalm/Internal/Fork/PsalmRestarter.php @@ -63,7 +63,7 @@ class PsalmRestarter extends XdebugHandler } $cmd = [PHP_BINARY, '-n', '-dzend_extension=opcache', '-r', 'var_dump(function_exists("opcache_get_status"));']; - if (PHP_VERSION_ID >= 70400) { + if (PHP_VERSION_ID >= 7_04_00) { $cmd = $cmd; } else { $cmd = Process::escapeShellCommand($cmd);