Skip to content

Commit 26743c0

Browse files
committed
update phpstan instructions
1 parent 051236d commit 26743c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/configure-coderabbit.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ YAML settings:
162162
to the repository. This is useful when the configuration file is named
163163
differently than the default `.swiftlint.yml` or `.swiftlint.yaml`.
164164
- **`phpstan`**: Configuration for `phpstan` integration.
165-
- **`enabled`**: Enable integration, defaults to true.
165+
- **`enabled`**: Enable integration, defaults to true. PHPStan requires
166+
[config file](https://phpstan.org/config-reference#config-file) in your
167+
repository root.
166168
- **`level`**: The
167169
[rule level](https://phpstan.org/user-guide/rule-levels) to run.
168170
Default is "1".

0 commit comments

Comments
 (0)