Skip to content

Commit ad8330b

Browse files
[Workflow] fix PHP config
1 parent 753cc60 commit ad8330b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/dumping-workflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ Below is the configuration for the pull request state machine with styling added
241241
'pull_request' => [
242242
'type' => 'state_machine',
243243
'marking_store' => [
244-
type: 'method',
245-
property: 'currentPlace',
244+
'type' => 'method',
245+
'property' => 'currentPlace',
246246
],
247247
'supports' => ['App\Entity\PullRequest'],
248248
'initial_marking' => 'start',

0 commit comments

Comments
 (0)