forked from blallo/rss-bridge
[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
2 changed files with 1 additions and 2 deletions
|
@ -133,7 +133,7 @@ try {
|
|||
unset($params['format']);
|
||||
unset($params['_noproxy']);
|
||||
$bridge->setDatas($params);
|
||||
|
||||
|
||||
// Data transformation
|
||||
try {
|
||||
$format = Format::create($format);
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
<rule ref="PSR2.ControlStructures.ElseIfDeclaration"/>
|
||||
<rule ref="PSR2.Files.EndFileNewline"/>
|
||||
<rule ref="Squiz.WhiteSpace.CastSpacing"/>
|
||||
<rule ref="Squiz.WhiteSpace.ObjectOperatorSpacing"/>
|
||||
<rule ref="Squiz.WhiteSpace.OperatorSpacing"/>
|
||||
<rule ref="Squiz.WhiteSpace.SemicolonSpacing"/>
|
||||
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/>
|
||||
|
|
Loading…
Reference in a new issue