Skip to content

Commit a9cce3c

Browse files
committed
Tweak
1 parent 691b32a commit a9cce3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

workflow.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ The configured property will be used via its implemented getter/setter methods b
194194
preferable to not configure it.
195195

196196
A single state marking store uses a ``string`` to store the data. A multiple
197-
state marking store uses an ``array`` to store the data. On both cases if no
198-
state marking store is defined you have to return ``null``. So in the above
199-
example should be defined a return type like ``App\Entity\BlogPost::getCurrentPlace(): ?array``
200-
or like ``App\Entity\BlogPost::getCurrentPlace(): ?string``.
197+
state marking store uses an ``array`` to store the data. If no state marking
198+
store is defined you have to return ``null`` in both cases (e.g. the above
199+
example should define a return type like ``App\Entity\BlogPost::getCurrentPlace(): ?array``
200+
or like ``App\Entity\BlogPost::getCurrentPlace(): ?string``).
201201

202202
.. tip::
203203

0 commit comments

Comments
 (0)