Skip to content

Commit bf4b9a2

Browse files
authored
Update config-reference.md
1 parent 320c3b1 commit bf4b9a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/src/config-reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,12 @@ When set to `true`, it reports code paths with missing `return` statement in fun
323323

324324
When set to `true`, it reports function and method calls with incorrect name case.
325325

326+
### `checkInternalClassCaseSensitivity`
327+
328+
**default**: `false`
329+
330+
When set to `true`, it reports references to built-in classes with incorrect name case.
331+
326332
### `checkMissingClosureNativeReturnTypehintRule`
327333

328334
**default**: `false` ([strict-rules](https://github.com/phpstan/phpstan-strict-rules) sets it to `true`)

0 commit comments

Comments
 (0)