8000 Improve configuration example text indents · symfony/symfony-docs@6fe00af · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fe00af

Browse files
Improve configuration example text indents
1 parent b03b906 commit 6fe00af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

workflow/state-machines.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ Below is the configuration for the pull request state machine.
3232
framework:
3333
workflows:
3434
pull_request:
35-
type: 'state_machine'
36-
supports:
35+
type: 'state_machine'
36+
supports:
3737
- AppBundle\Entity\PullRequest
38-
places:
38+
places:
3939
- start
4040
- coding
4141
- travis
4242
- review
4343
- merged
4444
- closed
45-
transitions:
45+
transitions:
4646
submit:
4747
from: start
4848
to: travis

0 commit comments

Comments
 (0)
0