Skip to content

Commit 55fc4b8

Browse files
continue doc
1 parent 5a05c2c commit 55fc4b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributing/documentation/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

275275
Frequently Asked Questions
276276
--------------------------

workflow/usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

260260
You can also use this ``$context`` in your own marking store implementation.
261261
A simple implementation example is when you want to store the place as integer instead of string in your object.

0 commit comments

Comments
 (0)