Passed
Pull Request — master (#18)
by
unknown
03:29
created
www/webauthn.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 use SimpleSAML\Logger;
14 14
 use SimpleSAML\Module;
15 15
 use SimpleSAML\Utils;
16
-use SimpleSAML\XHTML\Template;;
16
+use SimpleSAML\XHTML\Template; ;
17 17
 
18 18
 $globalConfig = Configuration::getInstance();
19 19
 
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 $frontendData = [];
59 59
 $frontendData['challengeEncoded'] = $challengeEncoded;
60 60
 $frontendData['state'] = [];
61
-foreach (['Source','FIDO2Scope','FIDO2Username','FIDO2Displayname','requestTokenModel'] as $stateItem) {
61
+foreach (['Source', 'FIDO2Scope', 'FIDO2Username', 'FIDO2Displayname', 'requestTokenModel'] as $stateItem) {
62 62
     $frontendData['state'][$stateItem] = $state[$stateItem];
63 63
 }
64 64
 $frontendData['usernameEncoded'] = $usernameEncoded;
Please login to merge, or discard this patch.