mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
cs-fix
This commit is contained in:
parent
79646304be
commit
ccc7116fc4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user