Skip to content

Commit 6a084a1

Browse files
committed
minor #241 fix(docs): code block typo (bernard-ng)
This PR was merged into the 1.x-dev branch. Discussion ---------- fix(docs): code block typo This pull request updates the documentation to improve clarity and formatting for implementing custom persistence managers. The most notable change is the addition of a proper heading for the example code section in the `docs/using-custom-persistence-managers.md` file. Documentation improvements: * [`docs/using-custom-persistence-managers.md`](diffhunk://#diff-53a538209b19a41d82bb0a11680b09aaa7a6aa7ab1ad63f239b1c762235d8dd9L11-R11): Replaced a misplaced "Example:" label with a proper Markdown heading (`## Example:`) to enhance readability and consistency in the documentation. Commits ------- 40bd04e fix(docs): code block typo
2 parents 8f4c432 + 40bd04e commit 6a084a1

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)