We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -204,7 +204,8 @@ |
||
| 204 | 204 | * |
| 205 | 205 | * @return mixed |
| 206 | 206 | */ |
| 207 | - public static function getXmlFileAsString($content) { |
|
| 207 | + public static function getXmlFileAsString($content) |
|
| 208 | + { |
|
| 208 | 209 | // Turn off libxml's error logging. |
| 209 | 210 | $libxmlErrors = libxml_use_internal_errors(true); |
| 210 | 211 | // Disables the functionality to allow external entities to be loaded when parsing the XML, must be kept |