File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- php-version : [ '7.3 ', '8.2' ]
14+ php-version : [ '8.1 ', '8.2' ]
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@v2
5454 strategy :
5555 fail-fast : false
5656 matrix :
57- php-version : [ '7.3 ' ]
57+ php-version : [ '8.0 ' ]
5858
5959 steps :
6060 - name : Checkout
Original file line number Diff line number Diff line change 11# Spryker PHPStan Extensions
22[ ![ Build Status] ( https://github.com/spryker-sdk/phpstan-spryker/workflows/CI/badge.svg?branch=master )] ( https://github.com/spryker-sdk/phpstan-spryker/actions?query=workflow%3ACI+branch%3Amaster )
3- [ ![ Minimum PHP Version] ( http://img.shields.io/badge/php-%3E%3D%207.3 -8892BF.svg )] ( https://php.net/ )
3+ [ ![ Minimum PHP Version] ( http://img.shields.io/badge/php-%3E%3D%208.0 -8892BF.svg )] ( https://php.net/ )
44[ ![ License] ( https://poser.pugx.org/spryker/code-sniffer/license.svg )] ( https://packagist.org/packages/spryker-sdk/phpstan-spryker )
55
66* [ PHPStan] ( https://github.com/phpstan/phpstan )
Original file line number Diff line number Diff line change 1414 }
1515 ],
1616 "require" : {
17- "php" : " >=7.3 " ,
17+ "php" : " >=8.0 " ,
1818 "phpunit/phpunit" : " ^9.5" ,
1919 "phpstan/phpstan" : " ^1.0.0"
2020 },
Original file line number Diff line number Diff line change 11includes :
22 - ../vendor/phpstan/phpstan-strict-rules/rules.neon
33
4- services :
5- scopeIsInClass :
6- class : PHPStan\Internal\ScopeIsInClassTypeSpecifyingExtension
7- arguments :
8- isInMethodName : isInClass
9- removeNullMethodName : getClassReflection
10- tags :
11- - phpstan.typeSpecifier.methodTypeSpecifyingExtension
12-
134parameters :
145 checkMissingIterableValueType : false
156 ignoreErrors :
You can’t perform that action at this time.
0 commit comments