Skip to content

Commit 8eed2aa

Browse files
lyrixxxabbuh
authored andcommitted
[Workflow] Fixed PHPDocs
1 parent 9c154e7 commit 8eed2aa

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/Symfony/Component/Workflow/Definition.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ final class Definition
2626
private $initialPlace;
2727

2828
/**
29-
* Definition constructor.
30-
*
3129
* @param string[] $places
3230
* @param Transition[] $transitions
3331
* @param string|null $initialPlace

src/Symfony/Component/Workflow/Event/Event.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class Event extends BaseEvent
2626
private $transition;
2727

2828
/**
29-
* Event constructor.
30-
*
3129
* @param object $subject
3230
* @param Marking $marking
3331
* @param Transition $transition

src/Symfony/Component/Workflow/Transition.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class Transition
2424
private $tos;
2525

2626
/**
27-
* Transition constructor.
28-
*
2927
* @param string $name
3028
* @param string|string[] $froms
3129
* @param string|string[] $tos

0 commit comments

Comments
 (0)