From 6fe00af2ffe6f5b39c4c0a548b5d013b97fe5700 Mon Sep 17 00:00:00 2001 From: Dominik Hajduk Date: Wed, 4 Jan 2017 09:01:45 +0100 Subject: [PATCH] Improve configuration example text indents --- workflow/state-machines.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workflow/state-machines.rst b/workflow/state-machines.rst index 238397b7a37..313aa4b555b 100644 --- a/workflow/state-machines.rst +++ b/workflow/state-machines.rst @@ -32,17 +32,17 @@ Below is the configuration for the pull request state machine. framework: workflows: pull_request: - type: 'state_machine' - supports: + type: 'state_machine' + supports: - AppBundle\Entity\PullRequest - places: + places: - start - coding - travis - review - merged - closed - transitions: + transitions: submit: from: start to: travis