Skip to content
Snippets Groups Projects

hotline#182813 : Orphée : now supports self signed certificate server

All threads resolved!
@@ -130,8 +130,8 @@ class Class_WebService_SIGB_Orphee_Service extends Class_WebService_SIGB_Abstrac
/** @category testing */
public function getSoapOptions() : ?array {
return $this->_soap_options;
public function getSoapOptions() : array {
return $this->_soap_options ?? [];
}