Skip to content

Commit 05d212f

Browse files
authored
Syntax highlighting and 4 spaces for indentation (#144)
1 parent 0970ebb commit 05d212f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ registered user account & configured Symfony's
4747
You can change the default configuration parameters for the bundle in the
4848
`config/packages/reset_password.yaml` config file created by Maker.
4949

50-
```
50+
```yaml
5151
symfonycasts_reset_password:
52-
request_password_repository: App\Repository\PasswordResetRequestRepository
53-
lifetime: 3600
54-
throttle_limit: 3600
55-
enable_garbage_collection: true
52+
request_password_repository: App\Repository\PasswordResetRequestRepository
53+
lifetime: 3600
54+
throttle_limit: 3600
55+
enable_garbage_collection: true
5656
```
5757
5858
### Parameters:
@@ -105,4 +105,4 @@ For **security related vulnerabilities**, we ask that you send an email to
105105
`ryan [at] symfonycasts.com` instead of creating an issue.
106106

107107
This will give us the opportunity to address the issue without exposing the
108-
vulnerability before a fix can be published.
108+
vulnerability before a fix can be published.

0 commit comments

Comments
 (0)