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.
2 parents 0c0b27d + b16622c commit 0ef6ba6Copy full SHA for 0ef6ba6
.github/workflows/main.yml
@@ -171,9 +171,8 @@ jobs:
171
- name: Run PHPStan static analysis tool
172
run: make phpstan-github
173
174
- # Disabled this because of - https://github.com/nunomaduro/phpinsights/issues/622
175
- #- name: Run `phploc` to collect LOC stats
176
- # run: make phploc
+ - name: Run `phploc` to collect LOC stats
+ run: make phploc
177
178
- name: Run `PHP Insights` static analysis tool
179
run: make phpinsights
0 commit comments