Skip to content

Commit

Permalink
Fix custom script description in composer.json. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Sep 13, 2023
1 parent da19fe3 commit 395fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"phpcs": "[cs] Checks code for standards compliance",
"phpmd": "[md] Looks for potential problems within the source code",
"phpstan": "[stan] Analyzes code to find bugs",
"psalm": "Automatically fixes Psalm errors where possible",
"psalm": "Finds type-related bugs",
"rector": "Instantly upgrade and automatically refactors PHP code",
"stan": "[phpstan] Analyzes code to find bugs",
"static": "Runs all static analysis tools",
Expand Down

0 comments on commit 395fbdf

Please sign in to comment.