Passed
Pull Request — master (#7)
by Stefan
08:19
created
src/Auth/Source/Radius.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
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]);
Please login to merge, or discard this patch.