1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Update docs/running_psalm/configuration.md

This commit is contained in:
Bruce Weirdan 2021-10-20 16:17:54 +03:00 committed by GitHub
parent 05f63ef16a
commit acad03779b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ Setting this to `false` means that any function calls will cause Psalm to forget
```
Allows you to specify whether or not to use the typed iterator docblock format supported by PHP Storm e.g. `ArrayIterator|string[]`, which Psalm transforms to `ArrayIterator<string>`. Defaults to `false`.
This flag is deprecated and will be removed in Psalm v5
This flag is deprecated and will be removed in Psalm 5
#### allowStringToStandInForClass