Skip to content

Commit 8fb87b3

Browse files
authored
Fix indent
1 parent 2ef9a53 commit 8fb87b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/phpstan

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
1111
(function () {
1212
error_reporting(E_ALL);
1313
ini_set('display_errors', 'stderr');
14-
if (version_compare(PHP_VERSION, '7.4.0', '<')) {
14+
if (version_compare(PHP_VERSION, '7.4.0', '<')) {
1515
// PHP earlier than 7.4.x with OpCache triggers a bug when we intercept
1616
// custom autoloaders' reads to discover file paths. See PHPStan #4881.
1717
ini_set('opcache.enable', 'Off');

0 commit comments

Comments
 (0)