We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a8dc3 commit 5adacfcCopy full SHA for 5adacfc
1 file changed
src/Psalm/Internal/Cli/Psalm.php
@@ -1020,8 +1020,13 @@ private static function restart(
1020
. 'JIT acceleration: OFF (an error occurred while enabling JIT)' . PHP_EOL
1021
. 'Please report this to https://github.com/vimeo/psalm with your OS and PHP configuration!'
1022
. PHP_EOL . PHP_EOL);
1023
+ } else {
1024
+ $progress->write(PHP_EOL
1025
+ . 'JIT acceleration: OFF' . PHP_EOL
1026
+ . 'You can enable JIT acceleration (experimental) with --force-jit.'
1027
+ . PHP_EOL . PHP_EOL);
1028
}
- } elseif ($force_jit) {
1029
1030
$progress->write(PHP_EOL
1031
. 'JIT acceleration: OFF (opcache not installed or not enabled)' . PHP_EOL
1032
. 'Install and enable the opcache extension to use JIT with --force-jit.'
0 commit comments