1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

updating link

This commit is contained in:
SignpostMarv 2019-02-11 18:08:47 +00:00 committed by Matthew Brown
parent c66802c2fa
commit cfa8844cec

View File

@ -93,7 +93,7 @@ Allows you to specify whether or not to use the typed iterator docblock format s
allowCoercionFromStringToClassConst="[bool]"
>
```
When `true`, strings can be coerced to [`class-string`](supported_annotations.md#class-constants), with Psalm emitting a `TypeCoercion` issue. If disabled, that issue changes to a more serious one. Defaults to `true`.
When `true`, strings can be coerced to [`class-string`](supported_annotations.md#param-class-stringt), with Psalm emitting a `TypeCoercion` issue. If disabled, that issue changes to a more serious one. Defaults to `true`.
#### `allowStringToStandInForClass`
```xml