We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -67,14 +67,14 @@ |
||
| 67 | 67 | $this->getTemplate('###TEMPLATE###', '', TRUE); |
| 68 | 68 | |
| 69 | 69 | // Configure @action URL for form. |
| 70 | - $linkConf = array( |
|
| 70 | + $linkConf = array ( |
|
| 71 | 71 | 'parameter' => $GLOBALS['TSFE']->id, |
| 72 | 72 | 'forceAbsoluteUrl' => 1 |
| 73 | 73 | ); |
| 74 | 74 | |
| 75 | 75 | $encryptedSolr = $this->getEncryptedCoreName(); |
| 76 | 76 | // Fill markers. |
| 77 | - $markerArray = array( |
|
| 77 | + $markerArray = array ( |
|
| 78 | 78 | '###ACTION_URL###' => $this->cObj->typoLink_URL($linkConf), |
| 79 | 79 | '###LABEL_QUERY###' => $this->pi_getLL('label.query'), |
| 80 | 80 | '###LABEL_DELETE_SEARCH###' => $this->pi_getLL('label.delete_search'), |