File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
contributing/documentation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ purposes following these steps:
270270
271271 The generated documentation is available in the ``_build/html `` directory.
272272
273- You can also use Docker that wraps all this for you, please visit https://github.com/symfony/symfony-docs#docker
273+ You can also use Docker that wraps all this for you, please visit https://github.com/symfony/symfony-docs#docker.
274274
275275Frequently Asked Questions
276276--------------------------
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ like this:
4343 audit_trail :
4444 enabled : true
4545 marking_store :
46- type : ' multiple_state' # or 'single_state', 'method'
46+ type : ' multiple_state' # or 'single_state', 'method' ('method' was added in 4.3)
4747 arguments :
4848 - ' currentPlace'
4949 supports :
@@ -127,7 +127,7 @@ like this:
127127 'enabled' => true
128128 ],
129129 'marking_store' => [
130- 'type' => 'multiple_state', // or 'single_state', 'method'
130+ 'type' => 'multiple_state', // or 'single_state', 'method' ('method' was added in 4.3)
131131 'arguments' => ['currentPlace'],
132132 ],
133133 'supports' => ['App\Entity\BlogPost'],
@@ -255,7 +255,7 @@ in its new place, to contextualize this change.
255255.. tip ::
256256
257257 Configure the ``type `` as ``method `` of the ``marking_store `` option to use this feature
258- without implementing your own marking store.
258+ without implementing your own marking store (`` method `` was added in 4.3) .
259259
260260You can also use this ``$context `` in your own marking store implementation.
261261A simple implementation example is when you want to store the place as integer instead of string in your object.
You can’t perform that action at this time.
0 commit comments