@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | Settings::getLibXmlLoaderOptions() |
140 | 140 | ); |
141 | 141 | if (!($xml instanceof \SimpleXMLElement)) { |
142 | - throw new Exception('SimpleXMLElement can not load ' .$pFilename); |
|
142 | + throw new Exception('SimpleXMLElement can not load ' . $pFilename); |
|
143 | 143 | } |
144 | 144 | $namespaces = $xml->getNamespaces(true); |
145 | 145 | |
@@ -171,7 +171,7 @@ discard block |
||
171 | 171 | Settings::getLibXmlLoaderOptions() |
172 | 172 | ); |
173 | 173 | if (!($xml instanceof \SimpleXMLElement)) { |
174 | - throw new Exception('SimpleXMLElement can not load ' .$pFilename); |
|
174 | + throw new Exception('SimpleXMLElement can not load ' . $pFilename); |
|
175 | 175 | } |
176 | 176 | $namespaces = $xml->getNamespaces(true); |
177 | 177 | |
@@ -351,7 +351,7 @@ discard block |
||
351 | 351 | Settings::getLibXmlLoaderOptions() |
352 | 352 | ); |
353 | 353 | if (!($xml instanceof \SimpleXMLElement)) { |
354 | - throw new Exception('SimpleXMLElement can not load ' .$pFilename); |
|
354 | + throw new Exception('SimpleXMLElement can not load ' . $pFilename); |
|
355 | 355 | } |
356 | 356 | $namespaces = $xml->getNamespaces(true); |
357 | 357 |