mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Revert config schema, fix b/c break (#4046)
Previous ind5055ea
the allowCoercionFromStringToClassConst attribute has been removed from the XML configuration file per its schema. While technically correct (was removed in 3.0), this breaks b/c between minor versions, breaks with the release of 3.14.0. Fix is revert. Ref:d5055ea1d4
Caused-by: #3982
This commit is contained in:
parent
c4074012f8
commit
fd96419527
@ -32,6 +32,7 @@
|
||||
<xs:attribute name="serializer" type="xs:string" />
|
||||
|
||||
<xs:attribute name="addParamDefaultToDocblockType" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="allowCoercionFromStringToClassConst" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="allowFileIncludes" type="xs:boolean" default="true" />
|
||||
<xs:attribute name="allowPhpStormGenerics" type="xs:boolean" default="false" />
|
||||
<xs:attribute name="allowStringToStandInForClass" type="xs:boolean" default="false" />
|
||||
|
Loading…
Reference in New Issue
Block a user