We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -121,7 +121,7 @@ |
||
| 121 | 121 | public function mainAction() |
| 122 | 122 | { |
| 123 | 123 | $requestData = GeneralUtility::_GPmerged('tx_dlf'); |
| 124 | - unset($requestData['__referrer'],$requestData['__trustedProperties']); |
|
| 124 | + unset($requestData['__referrer'], $requestData['__trustedProperties']); |
|
| 125 | 125 | |
| 126 | 126 | $this->extConf = GeneralUtility::makeInstance(ExtensionConfiguration::class)->get($this->extKey); |
| 127 | 127 | |