@@ -197,7 +197,7 @@ |
||
197 | 197 | * therefore done now. |
198 | 198 | */ |
199 | 199 | return $attributes; |
200 | - } else { |
|
200 | + } else { |
|
201 | 201 | foreach ($radius->getReceivedAttributes() as $content) { |
202 | 202 | if ($content[0] == 26) { // is a Vendor-Specific attribute |
203 | 203 | $vsa = $radius->decodeVendorSpecificContent($content[1]); |
@@ -170,7 +170,7 @@ |
||
170 | 170 | |
171 | 171 | if ($response === false) { |
172 | 172 | $errorCode = $radius->getErrorCode(); |
173 | - switch($errorCode) { |
|
173 | + switch ($errorCode) { |
|
174 | 174 | case $radius::TYPE_ACCESS_REJECT: |
175 | 175 | throw new \SimpleSAML\Error\Error('WRONGUSERPASS'); |
176 | 176 | case $radius::TYPE_ACCESS_CHALLENGE: |