[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);