Passed
Push — master ( 77b3a4...8e247a )
by Stefan
02:50 queued 28s
created
lib/WebAuthn/getVendorDetails.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,4 +45,4 @@
 block discarded – undo
45 45
 $res["6e96969ea5cf4aad9b56305fe6c82795"] = ["C" => "US", "O" => "Microsoft Corporation", "model" => "Windows Hello VBS software authenticator", "multi" => null];
46 46
 $res["08987058cadc4b81b6e130de50dcbe96"] = ["C" => "US", "O" => "Microsoft Corporation", "model" => "Windows Hello hardware authenticator", "multi" => null];
47 47
 $res["9ddd1817af5a4672a2b93e3dd95000a9"] = ["C" => "US", "O" => "Microsoft Corporation", "model" => "Windows Hello VBS hardware authenticator", "multi" => null];
48
-file_put_contents("aaguid.json",json_encode($res, JSON_PRETTY_PRINT));
48
+file_put_contents("aaguid.json", json_encode($res, JSON_PRETTY_PRINT));
Please login to merge, or discard this patch.