Skip to content

Commit d2781db

Browse files
authored
Fix Makefile cs command to include composer normalize (#750)
1 parent a772285 commit d2781db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ update_root_version:
6363

6464
.PHONY: cs
6565
cs: ## Fixes CS
66-
cs: php_cs_fixer
66+
cs: composer_normalize php_cs_fixer
6767

6868
.PHONY: cs_lint
6969
cs_lint: ## Checks CS

0 commit comments

Comments
 (0)