Completed
Pull Request — master (#8)
by Mischa ter
04:40
created
Model/Datasource/SoapSource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
 				$this->client = new SoapClient($this->config['wsdl'], $options);
110 110
 
111 111
 				return (bool)$this->client;
112
-			} catch(SoapFault $fault) {
112
+			} catch (SoapFault $fault) {
113 113
 				$this->showError($fault->faultstring);
114 114
 			} finally {
115 115
 				ini_set('default_socket_timeout', $this->originalDefaultSocketTimeout);
Please login to merge, or discard this patch.