Skip to content

Commit

Permalink
Fixed Makefile task for Rector.
Browse files Browse the repository at this point in the history
  • Loading branch information
corpsee committed Feb 11, 2024
1 parent 8316fe9 commit 2d9084c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ psalm: php-info install ## Run Psalm check
rector: php-info install ## Run Rector
$(PHP) vendor/bin/rector process --clear-cache --dry-run

.PHONY: php-info list install install-force update test test-coverage mutation-test code-style-fix psalm rector
rector-fix: php-info install ## Run Rector
$(PHP) vendor/bin/rector process --clear-cache

.PHONY: php-info list install install-force update test test-coverage mutation-test code-style-fix psalm rector rector-fix
.DEFAULT_GOAL := list

0 comments on commit 2d9084c

Please sign in to comment.