1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
orklah 2021-10-20 07:06:44 +02:00
parent 3db477e3c5
commit 05f63ef16a

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 config is deprecated and will be removed in Psalm v5
This flag is deprecated and will be removed in Psalm v5
#### allowStringToStandInForClass