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 f3ec76d commit 8787b32Copy full SHA for 8787b32
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