We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ 847-851 (lines=5) @@ | ||
| 844 | ||
| 845 | } |
|
| 846 | ||
| 847 | } elseif (!($values instanceof DOMNodeList)) { |
|
| 848 | ||
| 849 | $metadata[$resArray['index_name']] = array (trim((string) $values)); |
|
| 850 | ||
| 851 | } |
|
| 852 | ||
| 853 | } |
|
| 854 | ||
| @@ 871-875 (lines=5) @@ | ||
| 868 | ||
| 869 | $metadata[$resArray['index_name'].'_sorting'][0] = trim((string) $values->item(0)->nodeValue); |
|
| 870 | ||
| 871 | } elseif (!($values instanceof DOMNodeList)) { |
|
| 872 | ||
| 873 | $metadata[$resArray['index_name'].'_sorting'][0] = trim((string) $values); |
|
| 874 | ||
| 875 | } |
|
| 876 | ||
| 877 | } |
|
| 878 | ||