Skip to content

Commit

Permalink
PHPStan: Force PHP version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Nov 8, 2022
2 parents 99735a2 + 0be9c60 commit b191ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ includes:
- ../vendor/macopedia/phpstan-magento1/extension.neon
- phpstan-baseline.neon
parameters:
phpVersion: 80000 # PHP 8.0
magentoRootPath: %currentWorkingDirectory%
paths:
- %currentWorkingDirectory%/app/code/core/Mage
Expand Down

0 comments on commit b191ddc

Please sign in to comment.