Skip to content

Commit

Permalink
Don't mention that configFile can be empty (fixes #62)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Mar 17, 2024
1 parent 3a59ad9 commit 4c302e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/commands/defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const config = {
'phpstan.neon,phpstan.neon.dist',
],
description:
'Path to the config file (leave empty to disable, use a comma-separated list to resolve in order)',
'Path to the config file (use a comma-separated list to resolve in order)',
},
},
'phpstan.paths': {
Expand Down

0 comments on commit 4c302e6

Please sign in to comment.