Completed
Push — master ( 4db7eb...1374e0 )
by michael
02:48
created
Service/U2fSecurity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
             );
191 191
         } catch (\Exception $e) {
192 192
             if ($this->dispatcher->hasListeners(U2fAuthenticationFailureEvent::getName())) {
193
-                $counter = $this->session->get('u2f_registration_error_counter', 0) +1;
193
+                $counter = $this->session->get('u2f_registration_error_counter', 0)+1;
194 194
                 $this->dispatcher->dispatch(U2fAuthenticationFailureEvent::getName(), new U2fAuthenticationFailureEvent($user, $e, $counter));
195 195
             }
196 196
             if ($this->dispatcher->hasListeners(U2fPostAuthenticationEvent::getName())) {
Please login to merge, or discard this patch.