[phpcs] Remove check for Zend OperatorSpacing

This check is not helping as code is quite readable
This commit is contained in:
logmanoriginal 2016-09-10 21:05:29 +02:00
parent ab16af631e
commit e3392a738b
2 changed files with 1 additions and 2 deletions

View file

@ -133,7 +133,7 @@ try {
unset($params['format']);
unset($params['_noproxy']);
$bridge->setDatas($params);
// Data transformation
try {
$format = Format::create($format);

View file

@ -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"/>