Skip to content

Commit 40bd04e

Browse files
authored
fix(docs): code block typo
Update using-custom-persistence-managers.md
1 parent 7d890a6 commit 40bd04e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/using-custom-persistence-managers.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Implement the 4 interfaces from the `League\Bundle\OAuth2ServerBundle\Manager` n
88
And the interface for `CredentialsRevokerInterface`:
99
- [CredentialsRevokerInterface](../src/Service/CredentialsRevokerInterface.php)
1010

11-
```php
12-
13-
Example:
11+
## Example:
1412

1513
```php
1614
class MyAccessTokenManager implements AccessTokenManagerInterface

0 commit comments

Comments
 (0)