We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | '###LABEL_PAGE###' => htmlspecialchars($this->pi_getLL('label.logicalPage')), |
| 109 | 109 | '###LABEL_NORESULT###' => htmlspecialchars($this->pi_getLL('label.noresult')), |
| 110 | 110 | '###CURRENT_DOCUMENT###' => $this->doc->uid, |
| 111 | - '###SOLR_ENCRYPTED###' => $encryptedSolr ?: '', |
|
| 111 | + '###SOLR_ENCRYPTED###' => $encryptedSolr ? : '', |
|
| 112 | 112 | ]; |
| 113 | 113 | |
| 114 | 114 | $content .= $this->templateService->substituteMarkerArray($this->template, $markerArray); |