Skip to content

Commit aa40feb

Browse files
committed
Set phpstan level to 1
1 parent be03e74 commit aa40feb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: composer global config http-basic.repo.magento.com ${{ secrets.MAGENTO_MARKETPLACE_USERNAME }} ${{ secrets.MAGENTO_MARKETPLACE_PASSWORD }} && composer install --prefer-dist --no-progress
3737

3838
- name: Run PHPStan
39-
run: vendor/bin/phpstan
39+
run: vendor/bin/phpstan --no-progress
4040

4141
unit-tests:
4242

phpstan.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
parameters:
2-
level: 6
2+
level: 1
33
paths:
44
- src
55
- tests
66
ignoreErrors:
77
- '#(class|type) Magento\\TestFramework#i'
88
- '#(class|type) Magento\\\S*Factory#i'
9-
- '#(method) Magento\\Framework\\Api\\ExtensionAttributesInterface#i'

0 commit comments

Comments
 (0)