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:
parent
005f394d8e
commit
f969b01db4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user