Skip to content

Commit

Permalink
Update lib/GroupDuplicateChecker.php
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Schwan <[email protected]>
Signed-off-by: Jonathan Treffler <[email protected]>
  • Loading branch information
JonathanTreffler and CarlSchwan committed Sep 29, 2021
1 parent f8020c2 commit b0f45cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GroupDuplicateChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(
$this->logger = $logger;
}

public function checkForDuplicates($group) {
public function checkForDuplicates(string $group): void {
$existingGroup = $this->groupManager->get($group);
if ($existingGroup !== null) {
$reflection = new \ReflectionClass($existingGroup);
Expand Down

0 comments on commit b0f45cd

Please sign in to comment.