File tree Expand file tree Collapse file tree 4 files changed +17072
-3
lines changed Expand file tree Collapse file tree 4 files changed +17072
-3
lines changed Original file line number Diff line number Diff line change 3434 - name : phpstan
3535 image : joomlaprojects/docker-images:php8.2
3636 depends_on : [ phpcs ]
37- failure : ignore
3837 commands :
3938 - ./libraries/vendor/bin/phpstan
4039
@@ -415,6 +414,6 @@ trigger:
415414
416415---
417416kind : signature
418- hmac : 99da78521b10f37ddf6731e695fe52f85ee3db142bccac66901ae5372e332aae
417+ hmac : e7e97cddd98bd4db561056d6eb59c5eea2ae3fd55e20870bf800beaa773fbf6b
419418
420419...
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 key : ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
108108 - name : Run PHPstan
109109 run : |
110- ./libraries/vendor/bin/phpstan --error-format=github || :
110+ ./libraries/vendor/bin/phpstan --error-format=github
111111
112112 tests-unit :
113113 name : Run Unit tests
You can’t perform that action at this time.
0 commit comments