Skip to content

Commit

Permalink
Update output-format.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 17, 2021
1 parent facc75c commit 34ea301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/user-guide/output-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Examples of URLs for the most common editors are:
* Visual Studio Code: `'vscode://file/%%file%%:%%line%%'`
* Atom: `'atom://core/open/file?filename=%%file%%&line=%%line%%'`

Setting this parameter should most likely be done in [your local configuration file](/config-reference#multiple-files) that isn't commited to version control. The common pattern is to have `phpstan.neon.dist` with project-specific settings shared by everyone on the team, and `phpstan.neon` that includes `phpstan.neon.dist` and overrides values specific to a single developer:
Setting this parameter should most likely be done in [your local configuration file](/config-reference#multiple-files) that isn't commited to version control. The common pattern is to have `phpstan.neon.dist` with project-specific settings shared by everyone on the team, and *.gitignored* `phpstan.neon` that includes `phpstan.neon.dist` and overrides values specific to a single developer:

```neon
includes:
Expand Down

0 comments on commit 34ea301

Please sign in to comment.