Passe générale php-cs-fixer
This commit is contained in:
@ -338,10 +338,10 @@ class SoapClient extends \SoapClient
|
||||
$options['typemap'][] = array(
|
||||
'type_name' => $converter->getTypeName(),
|
||||
'type_ns' => $converter->getTypeNamespace(),
|
||||
'from_xml' => function($input) use ($converter) {
|
||||
'from_xml' => function ($input) use ($converter) {
|
||||
return $converter->convertXmlToPhp($input);
|
||||
},
|
||||
'to_xml' => function($input) use ($converter) {
|
||||
'to_xml' => function ($input) use ($converter) {
|
||||
return $converter->convertPhpToXml($input);
|
||||
},
|
||||
);
|
||||
@ -380,4 +380,4 @@ class SoapClient extends \SoapClient
|
||||
|
||||
return $cacheFileName;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user