I am trying to override a rule in PHP CodeSniffer as follows:
<rule ref="Squiz.WhiteSpace.FunctionSpacing.Before">
<properties>
<property name="spacing" value="1"/>
</properties>
</rule>
However, the overridden value of 1 is not being recognised at all, and it is still defaulting to 2.