Skip to content

Commit

Permalink
Merge pull request #8058 from Nicelocal/fix_disableVarParsing
Browse files Browse the repository at this point in the history
Bring back disableVarParsing option
  • Loading branch information
orklah committed Jun 6, 2022
2 parents 3a24488 + acdbd3e commit 006f441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.xsd
Expand Up @@ -55,6 +55,7 @@
<xs:attribute name="resolveFromConfigFile" type="xs:boolean" default="true" />
<xs:attribute name="strictBinaryOperands" type="xs:boolean" default="false" />
<xs:attribute name="throwExceptionOnError" type="xs:boolean" default="false" />
<xs:attribute name="disableVarParsing" type="xs:boolean" default="false" />
<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" />
Expand Down

0 comments on commit 006f441

Please sign in to comment.