Skip to content

Commit

Permalink
[phpcs] Remove check for Zend OperatorSpacing
Browse files Browse the repository at this point in the history
This check is not helping as code is quite readable
  • Loading branch information
logmanoriginal committed Sep 10, 2016
1 parent ab16af6 commit e3392a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
unset($params['format']);
unset($params['_noproxy']);
$bridge->setDatas($params);

// Data transformation
try {
$format = Format::create($format);
Expand Down
1 change: 0 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit e3392a7

Please sign in to comment.