We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -69,7 +69,8 @@ |
||
| 69 | 69 | * |
| 70 | 70 | * @see Document::loadLocation($location) |
| 71 | 71 | */ |
| 72 | - protected function loadXMLLocation($location) { |
|
| 72 | + protected function loadXMLLocation($location) |
|
| 73 | + { |
|
| 73 | 74 | $fileResource = GeneralUtility::getUrl($location); |
| 74 | 75 | if ($fileResource !== false) { |
| 75 | 76 | $xml = Helper::getXmlFileAsString($fileResource); |