Skip to content

Commit 340aca6

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [Workflow] Updated wording on comment
2 parents 0e426a2 + e7159d7 commit 340aca6

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
@@ -250,7 +250,7 @@ machine type, use ``camelCased workflow name + StateMachine``::
250250
{
251251
private $blogPublishingWorkflow;
252252

253-
// this injects the blog_publishing workflow configured before
253+
// Symfony will inject the 'blog_publishing' workflow configured before
254254
public function __construct(WorkflowInterface $blogPublishingWorkflow)
255255
{
256256
$this->blogPublishingWorkflow = $blogPublishingWorkflow;

0 commit comments

Comments
 (0)