Skip to content

Commit 081a1d5

Browse files
committed
Disable phpstan in CI
1 parent 2ec3fe8 commit 081a1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Psalm
3333
run: |
3434
./vendor/bin/psalm --monochrome --no-progress --stats --show-info=false
35-
- name: phpstan
35+
- name: DISABLED phpstan
3636
run: |
37-
./vendor/bin/phpstan --no-interaction --no-ansi analyse
37+
echo ./vendor/bin/phpstan --no-interaction --no-ansi analyse
3838
- name: Mess Detector Sources
3939
run: |
4040
./vendor/bin/phpmd src text codesize,controversial,design,naming,unusedcode,design

0 commit comments

Comments
 (0)