Skip to content

Commit

Permalink
minor #31469 [Workflow] Update WorkflowEvents typo (noniagriconomie)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #31469).

Discussion
----------

[Workflow] Update WorkflowEvents typo

| Q             | A
| ------------- | ---
| Branch?       |  <!-- see below -->
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

Some little typo
Maybe to do for other branches?

Commits
-------

6583e5a Update WorkflowEvents.php
  • Loading branch information
nicolas-grekas committed May 11, 2019
2 parents 22ffa5f + 6583e5a commit 8335810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/Workflow/WorkflowEvents.php
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Component\Workflow;

/**
* To learn more about how workflow events work check the documentation
* To learn more about how workflow events work, check the documentation
* entry at {@link https://symfony.com/doc/current/workflow/usage.html#using-events}.
*/
final class WorkflowEvents
Expand Down Expand Up @@ -43,7 +43,7 @@ final class WorkflowEvents
const ENTERED = 'workflow.entered';

/**
* @Event("Symfony\Component\Workflow\Event\EnteredEvent")
* @Event("Symfony\Component\Workflow\Event\LeaveEvent")
*/
const LEAVE = 'workflow.leave';

Expand Down

0 comments on commit 8335810

Please sign in to comment.