@@ -52,10 +52,11 @@ |
||
| 52 | 52 | public function getGroupMembershipFilter(): string |
| 53 | 53 | { |
| 54 | 54 | if (empty($this->ldapParams->getGroup())) { |
| 55 | - if ($this->ldapParams->IsAzure()) |
|
| 56 | - return self::FILTER_USER_OBJECT_AZURE; |
|
| 57 | - else |
|
| 58 | - return self::FILTER_USER_OBJECT; |
|
| 55 | + if ($this->ldapParams->IsAzure()) { |
|
| 56 | + return self::FILTER_USER_OBJECT_AZURE; |
|
| 57 | + } else { |
|
| 58 | + return self::FILTER_USER_OBJECT; |
|
| 59 | + } |
|
| 59 | 60 | } |
| 60 | 61 | |
| 61 | 62 | if ($this->ldapParams->IsAzure()) { |