Skip to content

Commit 11581ae

Browse files
committed
Remove a versionadded directive
1 parent 4a9dfe1 commit 11581ae

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

workflow.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,8 @@ what actions are allowed on a blog post::
292292
Using Enums as Workflow Places
293293
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
294294

295-
When using a state machine, you can use PHP backend enums as places in your workflows:
296-
297-
.. versionadded:: 7.4
298-
299-
The support for PHP backed enums as workflow places was introduced with Symfony 7.4.
300-
301-
First, define your enum with backed values::
295+
When using a state machine, you can use PHP backend enums as places in your
296+
workflows. First, define your enum with backed values::
302297

303298
// src/Enumeration/BlogPostStatus.php
304299
namespace App\Enumeration;

0 commit comments

Comments
 (0)