Passed
Branch master (c3a11f)
by Mischa ter
03:00
created
Category
Model/Datasource/SoapSource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.