Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Feb 15, 2024
1 parent aa5586e commit 00694b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Psalm/Internal/Fork/PsalmRestarter.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ protected function restart($command): void
$additional_options []= "-dopcache.{$key}={$value}";
}

if ($opcache_loaded) {
$additional_options[] = '-dopcache.save_comments=1';
}
$additional_options[] = '-dopcache.save_comments=1';

array_splice(
$command,
Expand Down

0 comments on commit 00694b5

Please sign in to comment.