We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -789,7 +789,7 @@ |
||
| 789 | 789 | return $this->error('noSetHierarchy'); |
| 790 | 790 | } |
| 791 | 791 | $ListSets = $this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'ListSets'); |
| 792 | - foreach($allResults as $resArray) { |
|
| 792 | + foreach ($allResults as $resArray) { |
|
| 793 | 793 | $set = $this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'set'); |
| 794 | 794 | $set->appendChild($this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'setSpec', htmlspecialchars($resArray['oai_name'], ENT_NOQUOTES, 'UTF-8'))); |
| 795 | 795 | $set->appendChild($this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'setName', htmlspecialchars($resArray['label'], ENT_NOQUOTES, 'UTF-8'))); |