Skip to content

Commit

Permalink
Merge pull request #83 from digio-ch/canton_quap
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
TaminoWalter authored Apr 5, 2023
2 parents 3820505 + a41f20f commit eb01e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/Quap/QuestionnaireRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(ManagerRegistry $registry)

public function getQuestionnaireByGroup(Group $group): Questionnaire
{
if(in_array($group->getGroupType()->getGroupType(), [GroupType::CANTON, GroupType::REGION])) {
if (in_array($group->getGroupType()->getGroupType(), [GroupType::CANTON, GroupType::REGION])) {
$questionnaireType = Questionnaire::TYPE_CANTON;
} else {
$questionnaireType = Questionnaire::TYPE_DEPARTMENT;
Expand Down

0 comments on commit eb01e63

Please sign in to comment.