Completed
Push — master ( 6f0ba5...dd01b0 )
by Florent
03:51
created
src/Fido/RegisteredKey.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
                 new PublicKey(Base64Url::decode($publicKey)),
49 49
                 $attestationCertificate
50 50
             );
51
-        }catch (\Throwable $e) {
51
+        } catch (\Throwable $e) {
52 52
             throw new \InvalidArgumentException('Invalid data', $e);
53 53
         }
54 54
     }
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
                 new PublicKey(Base64Url::decode($publicKey)),
49 49
                 $attestationCertificate
50 50
             );
51
-        }catch (\Throwable $e) {
51
+        } catch (\Throwable $e) {
52 52
             throw new \InvalidArgumentException('Invalid data', $e);
53 53
         }
54 54
     }
Please login to merge, or discard this patch.