We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be03e74 commit aa40febCopy full SHA for aa40feb
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
run: composer global config http-basic.repo.magento.com ${{ secrets.MAGENTO_MARKETPLACE_USERNAME }} ${{ secrets.MAGENTO_MARKETPLACE_PASSWORD }} && composer install --prefer-dist --no-progress
37
38
- name: Run PHPStan
39
- run: vendor/bin/phpstan
+ run: vendor/bin/phpstan --no-progress
40
41
unit-tests:
42
phpstan.neon
@@ -1,9 +1,8 @@
1
parameters:
2
- level: 6
+ level: 1
3
paths:
4
- src
5
- tests
6
ignoreErrors:
7
- '#(class|type) Magento\\TestFramework#i'
8
- '#(class|type) Magento\\\S*Factory#i'
9
- - '#(method) Magento\\Framework\\Api\\ExtensionAttributesInterface#i'
0 commit comments