Skip to content

Commit 2ef94e1

Browse files
committed
minor #13323 [Workflow] Fix comma in PHP code (LIBERT Jérémy)
This PR was merged into the 4.4 branch. Discussion ---------- [Workflow] Fix comma in PHP code Commits ------- bc50484 Fix comma
2 parents 1d61a50 + bc50484 commit 2ef94e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ like this:
129129
'enabled' => true
130130
],
131131
'marking_store' => [
132-
'type' => 'method'
133-
'property' => 'currentPlace'
132+
'type' => 'method',
133+
'property' => 'currentPlace',
134134
],
135135
'supports' => [BlogPost::class],
136136
'initial_marking' => 'draft',

0 commit comments

Comments
 (0)