@@ -94,7 +94,7 @@ |
||
94 | 94 | try { |
95 | 95 | $this->client = new SoapClient($this->config['wsdl'], $options); |
96 | 96 | return (bool)$this->client; |
97 | - } catch(SoapFault $fault) { |
|
97 | + } catch (SoapFault $fault) { |
|
98 | 98 | $this->showError($fault->faultstring); |
99 | 99 | } |
100 | 100 | } |