Completed
Push — master ( 71ecac...a8b6f5 )
by Mischa ter
02:46 queued 11s
created
Model/Datasource/SoapSource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 				$this->client = new SoapClient($this->config['wsdl'], $options);
119 119
 
120 120
 				return (bool)$this->client;
121
-			} catch(SoapFault $fault) {
121
+			} catch (SoapFault $fault) {
122 122
 				$this->showError($fault->faultstring);
123 123
 			} finally {
124 124
 				ini_set('default_socket_timeout', $this->_originalDefaultSocketTimeout);
Please login to merge, or discard this patch.