From 67eb2564d0a06ef949a768309bd93fdcaa706c6c Mon Sep 17 00:00:00 2001 From: Thomas Dutrion Date: Fri, 8 Mar 2019 03:52:38 +0100 Subject: [PATCH] Fix wrong parentheses match in documentation --- workflow/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/usage.rst b/workflow/usage.rst index 0680c2b0566..21b068ca14b 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -129,7 +129,7 @@ like this: 'marking_store' => [ 'type' => 'multiple_state', // or 'single_state' 'arguments' => ['currentPlace'], - ), + ], 'supports' => ['App\Entity\BlogPost'], 'places' => [ 'draft',