Skip to content

Commit

Permalink
Fix Makefile cs command to include composer normalize (humbug#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 12, 2022
1 parent a772285 commit d2781db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ update_root_version:

.PHONY: cs
cs: ## Fixes CS
cs: php_cs_fixer
cs: composer_normalize php_cs_fixer

.PHONY: cs_lint
cs_lint: ## Checks CS
Expand Down

0 comments on commit d2781db

Please sign in to comment.