We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1e22d commit 87d81cdCopy full SHA for 87d81cd
PSR12NeutronRuleset/ruleset.xml
@@ -160,7 +160,11 @@
160
<!-- WordPress-Core opposite rules -->
161
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
162
<rule ref="Generic.ControlStructures.DisallowYodaConditions"/>
163
- <rule ref="Generic.Formatting.NoSpaceAfterCast"/>
+ <rule ref="Generic.Formatting.SpaceAfterCast">
164
+ <properties>
165
+ <property name="spacing" value="0"/>
166
+ </properties>
167
+ </rule>
168
<rule ref="Generic.WhiteSpace.ArbitraryParenthesesSpacing">
169
<properties>
170
<property name="spacing" value="0"/>
0 commit comments