mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 15:27:23 +00:00
[phpcs] Remove check for Zend OperatorSpacing
This check is not helping as code is quite readable
This commit is contained in:
parent
ab16af631e
commit
e3392a738b
@ -24,7 +24,6 @@
|
|||||||
<rule ref="PSR2.ControlStructures.ElseIfDeclaration"/>
|
<rule ref="PSR2.ControlStructures.ElseIfDeclaration"/>
|
||||||
<rule ref="PSR2.Files.EndFileNewline"/>
|
<rule ref="PSR2.Files.EndFileNewline"/>
|
||||||
<rule ref="Squiz.WhiteSpace.CastSpacing"/>
|
<rule ref="Squiz.WhiteSpace.CastSpacing"/>
|
||||||
<rule ref="Squiz.WhiteSpace.ObjectOperatorSpacing"/>
|
|
||||||
<rule ref="Squiz.WhiteSpace.OperatorSpacing"/>
|
<rule ref="Squiz.WhiteSpace.OperatorSpacing"/>
|
||||||
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
||||||
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/>
|
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user