1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix missing bracket in docs (#4614)

This commit is contained in:
Mikhail Snetkov 2020-11-19 20:43:39 +07:00 committed by Daniil Gentili
parent 005f394d8e
commit f969b01db4
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -96,7 +96,7 @@ Whether or not to use types as defined in docblocks. Defaults to `true`.
useDocblockPropertyTypes="[bool]"
>
```
If not using all docblock types, you can still use docblock property types. Defaults to `false` (though only relevant if `useDocblockTypes` is `false`.
If not using all docblock types, you can still use docblock property types. Defaults to `false` (though only relevant if `useDocblockTypes` is `false`).
#### usePhpDocMethodsWithoutMagicCall