We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9dfe1 commit 11581aeCopy full SHA for 11581ae
workflow.rst
@@ -292,13 +292,8 @@ what actions are allowed on a blog post::
292
Using Enums as Workflow Places
293
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
294
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::
+When using a state machine, you can use PHP backend enums as places in your
+workflows. First, define your enum with backed values::
302
303
// src/Enumeration/BlogPostStatus.php
304
namespace App\Enumeration;
0 commit comments