Skip to content

Commit

Permalink
update phpstan instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
harjotgill committed Jun 10, 2024
1 parent 051236d commit 26743c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guides/configure-coderabbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ YAML settings:
to the repository. This is useful when the configuration file is named
differently than the default `.swiftlint.yml` or `.swiftlint.yaml`.
- **`phpstan`**: Configuration for `phpstan` integration.
- **`enabled`**: Enable integration, defaults to true.
- **`enabled`**: Enable integration, defaults to true. PHPStan requires
[config file](https://phpstan.org/config-reference#config-file) in your
repository root.
- **`level`**: The
[rule level](https://phpstan.org/user-guide/rule-levels) to run.
Default is "1".
Expand Down

0 comments on commit 26743c0

Please sign in to comment.