We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d4d7e commit a3f6898Copy full SHA for a3f6898
webapp/src/Service/ConfigurationService.php
@@ -418,8 +418,8 @@ public function getVerdicts(array $groups = ['final']): array
418
$verdictGroups = include $verdictsConfig;
419
420
$verdicts = [];
421
- foreach( $groups as $group ) {
422
- if ( $group === 'external' ) {
+ foreach ($groups as $group) {
+ if ($group === 'external') {
423
foreach ($this->get('external_judgement_types') as $id => $name) {
424
$verdicts[$name] = $id;
425
}
0 commit comments