We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -564,7 +564,7 @@ |
||
564 | 564 | // Get operator options. |
565 | 565 | $operatorOptions = []; |
566 | 566 | foreach (['AND', 'OR', 'NOT'] as $operator) { |
567 | - $operatorOptions[$operator] = htmlspecialchars(LocalizationUtility::translate('search.'.$operator, 'dlf')); |
|
567 | + $operatorOptions[$operator] = htmlspecialchars(LocalizationUtility::translate('search.' . $operator, 'dlf')); |
|
568 | 568 | } |
569 | 569 | // Get field selector options. |
570 | 570 | $fieldSelectorOptions = []; |