From 40bd04e1f8d52d13f934849848300b98f18de447 Mon Sep 17 00:00:00 2001 From: Bernard Ngandu <31113941+bernard-ng@users.noreply.github.com> Date: Sat, 28 Jun 2025 11:17:15 +0200 Subject: [PATCH] fix(docs): code block typo Update using-custom-persistence-managers.md --- docs/using-custom-persistence-managers.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/using-custom-persistence-managers.md b/docs/using-custom-persistence-managers.md index d53292aa..13023388 100644 --- a/docs/using-custom-persistence-managers.md +++ b/docs/using-custom-persistence-managers.md @@ -8,9 +8,7 @@ Implement the 4 interfaces from the `League\Bundle\OAuth2ServerBundle\Manager` n And the interface for `CredentialsRevokerInterface`: - [CredentialsRevokerInterface](../src/Service/CredentialsRevokerInterface.php) -```php - -Example: +## Example: ```php class MyAccessTokenManager implements AccessTokenManagerInterface