mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
config.xsd: fix default errorLevel (#5339)
This commit is contained in:
parent
3c66b755e2
commit
c606c89006
@ -63,7 +63,7 @@
|
||||
<xs:attribute name="strictBinaryOperands" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="throwExceptionOnError" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="totallyTyped" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="errorLevel" type="xs:integer" default="1" />
|
||||
<xs:attribute name="errorLevel" type="xs:integer" default="2" />
|
||||
<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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user