@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | $this->store = Store::parseStoreConfig($config['store']); |
| 77 | 77 | } catch (\Exception $e) { |
| 78 | 78 | Logger::error( |
| 79 | - 'webauthn: Could not create storage: '. |
|
| 79 | + 'webauthn: Could not create storage: ' . |
|
| 80 | 80 | $e->getMessage() |
| 81 | 81 | ); |
| 82 | 82 | } |
@@ -132,8 +132,8 @@ discard block |
||
| 132 | 132 | assert(array_key_exists('metadata-set', $state['Source'])); |
| 133 | 133 | |
| 134 | 134 | if (!array_key_exists($this->usernameAttrib, $state['Attributes'])) { |
| 135 | - Logger::warning('webauthn: cannot determine if user needs second factor, missing attribute "'. |
|
| 136 | - $this->usernameAttrib.'".'); |
|
| 135 | + Logger::warning('webauthn: cannot determine if user needs second factor, missing attribute "' . |
|
| 136 | + $this->usernameAttrib . '".'); |
|
| 137 | 137 | return; |
| 138 | 138 | } |
| 139 | 139 | |