mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Config: document default on new option
Also add it to the config schema.
This commit is contained in:
parent
7b541ed74f
commit
bf00ecae91
@ -62,6 +62,7 @@
|
||||
<xs:attribute name="reportMixedIssues" type="xs:boolean" default="true" />
|
||||
<xs:attribute name="useDocblockTypes" type="xs:boolean" default="true" />
|
||||
<xs:attribute name="useDocblockPropertyTypes" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="docblockPropertyTypesSealProperties" type="xs:boolean" default="true" />
|
||||
<xs:attribute name="usePhpDocMethodsWithoutMagicCall" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="usePhpDocPropertiesWithoutMagicCall" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="skipChecksOnUnresolvableIncludes" type="xs:boolean" default="false" />
|
||||
|
@ -97,7 +97,7 @@ If not using all docblock types, you can still use docblock property types. Defa
|
||||
docblockPropertyTypesSealProperties="[bool]"
|
||||
>
|
||||
```
|
||||
Whether using @property in class docblocks should imply @psalm-seal-properties
|
||||
Whether using @property in class docblocks should imply @psalm-seal-properties. Defaults to `true`.
|
||||
|
||||
#### usePhpDocMethodsWithoutMagicCall
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user