We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -346,7 +346,8 @@ |
||
346 | 346 | * |
347 | 347 | * @return array Array of the element's id, label, type and physical page indexes/mptr link |
348 | 348 | */ |
349 | - private function getLogicalStructureDetails(\SimpleXMLElement $structure) { |
|
349 | + private function getLogicalStructureDetails(\SimpleXMLElement $structure) |
|
350 | + { |
|
350 | 351 | // Get attributes. |
351 | 352 | foreach ($structure->attributes() as $attribute => $value) { |
352 | 353 | $attributes[$attribute] = (string) $value; |