Skip to content

Commit 8787b32

Browse files
elderingvmcj
andauthored
Apply suggestions from code review
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent f3ec76d commit 8787b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/src/Service/ConfigurationService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ public function getVerdicts(array $groups = ['final']): array
418418
$verdictGroups = include $verdictsConfig;
419419

420420
$verdicts = [];
421-
foreach( $groups as $group ) {
422-
if ( $group === 'external' ) {
421+
foreach ($groups as $group) {
422+
if ($group === 'external') {
423423
foreach ($this->get('external_judgement_types') as $id => $name) {
424424
$verdicts[$name] = $id;
425425
}

0 commit comments

Comments
 (0)