Skip to content

Commit 2a3047d

Browse files
authored
Merge branch 'master' into chore(env)/php-update
2 parents 23c61e1 + 0ef6ba6 commit 2a3047d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,8 @@ jobs:
171171
- name: Run PHPStan static analysis tool
172172
run: make phpstan-github
173173

174-
# Disabled this because of - https://github.com/nunomaduro/phpinsights/issues/622
175-
#- name: Run `phploc` to collect LOC stats
176-
# run: make phploc
174+
- name: Run `phploc` to collect LOC stats
175+
run: make phploc
177176

178177
- name: Run `PHP Insights` static analysis tool
179178
run: make phpinsights

0 commit comments

Comments
 (0)