Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53fab68

Browse filesBrowse files
committed
Tweak
1 parent 2da3788 commit 53fab68
Copy full SHA for 53fab68

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎workflow.rst

Copy file name to clipboardExpand all lines: workflow.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ Accessing the Workflow in a Class
238238

239239
You can use the workflow inside a class by using
240240
:doc:`service autowiring </service_container/autowiring>` and using
241-
``camelCased workflow name + Workflow`` as parameter name. If it is a state machine type
242-
you can use ``camelCased workflow name + StateMachine``::
241+
``camelCased workflow name + Workflow`` as parameter name. If it is a state
242+
machine type, use ``camelCased workflow name + StateMachine``::
243243

244244
use App\Entity\BlogPost;
245245
use Symfony\Component\Workflow\WorkflowInterface;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.