|
@@ -98,10 +98,10 @@ |
|
|
block discarded – undo |
|
98
|
98
|
if (empty($state->getEnforcedGroups())) { |
|
99
|
99
|
$message = 'Two-factor authentication is enforced for all users'; |
|
100
|
100
|
} else { |
|
101
|
|
- $message = 'Two-factor authentication is enforced for members of the group(s) ' . implode(', ', $state->getEnforcedGroups()); |
|
|
101
|
+ $message = 'Two-factor authentication is enforced for members of the group(s) '.implode(', ', $state->getEnforcedGroups()); |
|
102
|
102
|
} |
|
103
|
103
|
if (!empty($state->getExcludedGroups())) { |
|
104
|
|
- $message .= ', except members of ' . implode(', ', $state->getExcludedGroups()); |
|
|
104
|
+ $message .= ', except members of '.implode(', ', $state->getExcludedGroups()); |
|
105
|
105
|
} |
|
106
|
106
|
$output->writeln($message); |
|
107
|
107
|
} |
Please login to merge, or discard this patch.