From b9ad0b3f992ea922283a1906127866a163c02e81 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 29 Jan 2026 13:35:15 +0000 Subject: [PATCH] migration: Fix double FQN for Webauthn\Bundle\Repository --- migration/from-v3.x-to-v4.0-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/from-v3.x-to-v4.0-1.md b/migration/from-v3.x-to-v4.0-1.md index a3cc6f7..c07e17e 100644 --- a/migration/from-v3.x-to-v4.0-1.md +++ b/migration/from-v3.x-to-v4.0-1.md @@ -60,7 +60,7 @@ This class is removed in 5.0. You should use Symfony Serializer or create a dedi ### Webauthn\PublicKeyCredentialSourceRepository -This interface is deprecated and removed. There is no replacement as it became useless for the library. The Symfony bundle uses its own interface `Webauthn\Bundle\Repository\Webauthn\Bundle\Repository` you are asked to use in the Symfony context. +This interface is deprecated and removed. There is no replacement as it became useless for the library. The Symfony bundle uses its own interface `Webauthn\Bundle\Repository` you are asked to use in the Symfony context. ### Symfony Http Client