We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef9a53 commit 8fb87b3Copy full SHA for 8fb87b3
bin/phpstan
@@ -11,7 +11,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
11
(function () {
12
error_reporting(E_ALL);
13
ini_set('display_errors', 'stderr');
14
- if (version_compare(PHP_VERSION, '7.4.0', '<')) {
+ if (version_compare(PHP_VERSION, '7.4.0', '<')) {
15
// PHP earlier than 7.4.x with OpCache triggers a bug when we intercept
16
// custom autoloaders' reads to discover file paths. See PHPStan #4881.
17
ini_set('opcache.enable', 'Off');
0 commit comments