mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
In config.xsd and the documentation
This commit is contained in:
parent
5c80dc3299
commit
08943ea409
@ -44,7 +44,7 @@
|
||||
<xs:attribute name="forbidEcho" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="hideExternalErrors" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="hoistConstants" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="ignoreInternalFunctionFalseReturn" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="ignoreInternalFunctionFalseReturn" type="xs:boolean" default="true" />
|
||||
<xs:attribute name="ignoreInternalFunctionNullReturn" type="xs:boolean" default="true" />
|
||||
<xs:attribute name="includePhpVersionsInErrorBaseline" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="loadXdebugStub" type="xs:boolean">
|
||||
|
@ -220,7 +220,7 @@ When `true`, Psalm will check that the developer has caught every exception in g
|
||||
ignoreInternalFunctionFalseReturn="[bool]"
|
||||
>
|
||||
```
|
||||
When `true`, Psalm ignores possibly-false issues stemming from return values of internal functions (like `preg_split`) that may return false, but do so rarely). Defaults to `false`.
|
||||
When `true`, Psalm ignores possibly-false issues stemming from return values of internal functions (like `preg_split`) that may return false, but do so rarely). Defaults to `true`.
|
||||
|
||||
#### ignoreInternalFunctionNullReturn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user