Skip to content

Commit 6662965

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Note doctrine bundle version for middlewares [Workflow] Fixed PHP config of workflow marking store
2 parents 49d59a3 + a48a7f1 commit 6662965

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

messenger.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,10 @@ middleware and *only* include your own:
13751375
Middleware for Doctrine
13761376
~~~~~~~~~~~~~~~~~~~~~~~
13771377

1378+
.. versionadded:: 1.11
1379+
1380+
The following Doctrine middleware were introduced in DoctrineBundle 1.11.
1381+
13781382
If you use Doctrine in your app, a number of optional middleware exist that you
13791383
may want to use:
13801384

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ like this:
127127
],
128128
'marking_store' => [
129129
'type' => 'method'
130-
'property' => ['currentPlace']
130+
'property' => 'currentPlace'
131131
],
132132
'supports' => ['App\Entity\BlogPost'],
133133
'initial_marking' => 'draft',

0 commit comments

Comments
 (0)