We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ 851-855 (lines=5) @@ | ||
| 848 | ||
| 849 | } |
|
| 850 | ||
| 851 | } elseif (!($values instanceof DOMNodeList)) { |
|
| 852 | ||
| 853 | $metadata[$resArray['index_name']] = array (trim((string) $values)); |
|
| 854 | ||
| 855 | } |
|
| 856 | ||
| 857 | } |
|
| 858 | ||
| @@ 875-879 (lines=5) @@ | ||
| 872 | ||
| 873 | $metadata[$resArray['index_name'].'_sorting'][0] = trim((string) $values->item(0)->nodeValue); |
|
| 874 | ||
| 875 | } elseif (!($values instanceof DOMNodeList)) { |
|
| 876 | ||
| 877 | $metadata[$resArray['index_name'].'_sorting'][0] = trim((string) $values); |
|
| 878 | ||
| 879 | } |
|
| 880 | ||
| 881 | } |
|
| 882 | ||