Skip to content

Commit

Permalink
Fix static analysis instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Apr 11, 2019
1 parent 1376ccf commit 5ced7c9
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 @@ -7,7 +7,7 @@ help:
@echo " watch Run all tests and coverage when a source file is upaded"
@echo " lint Run only linter and code style checker"
@echo " unit Run unit tests and generate coverage"
@echo " unit Run static analysis"
@echo " static Run static analysis"
@echo " vendor Install dependencies"
@echo " clean Remove vendor and composer.lock"
@echo ""
Expand Down

0 comments on commit 5ced7c9

Please sign in to comment.