Skip to content

Commit

Permalink
Add missing target description
Browse files Browse the repository at this point in the history
Without it the target does not appear when running `make help`
  • Loading branch information
Mopolo committed Jul 14, 2024
1 parent 60d3f40 commit 689a460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ qa-phpstan:
qa-cs:
$(PHP) vendor/bin/php-cs-fixer fix --dry-run --diff

### Run PHP-CS-Fixer (fix)
qa-cs-fix:
$(PHP) vendor/bin/php-cs-fixer fix

Expand Down

0 comments on commit 689a460

Please sign in to comment.