Skip to content

Commit 0640cd1

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflow.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ follows:
161161
command to :doc:`debug the workflow contents </workflow/dumping-workflows>`.
162162

163163
.. tip::
164-
Since Symfony 3.2 (see this :doc:`Blog article <https://symfony.com/blog/new-in-symfony-3-2-php-constants-in-yaml-files>`, 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``.
164+
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``.
165166

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

0 commit comments

Comments
 (0)