Skip to content

Commit 4297eb2

Browse files
authored
Update workflow.rst
1 parent 0640cd1 commit 4297eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ follows:
162162

163163
.. tip::
164164

165-
Since Symfony 3.2, you can use constants in YAML files and add some in the BlogPost entity for places ``draft`` by ``!php/const App\Entity\BlogPost::STATE_DRAFT`` or for transitions ``to_review`` by ``!php/const App\Entity\BlogPost::TRANSITION_TO_REVIEW``.
165+
You can use constants in YAML files and add some in the BlogPost entity for places ``draft`` by ``!php/const App\Entity\BlogPost::STATE_DRAFT`` or for transitions ``to_review`` by ``!php/const App\Entity\BlogPost::TRANSITION_TO_REVIEW``.
166166

167167
The configured property will be used via its implemented getter/setter methods by the marking store::
168168

0 commit comments

Comments
 (0)