8000 Removed unnecessary phpdocs. · symfony/symfony@62b352c · GitHub
[go: up one dir, main page]

Skip to content

Commit 62b352c

Browse files
committed
Removed unnecessary phpdocs.
1 parent 675e6fd commit 62b352c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/Symfony/Component/Workflow/Definition.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ final class Definition
2828
private $metadataStore;
2929

3030
/**
31-
* @param string[] $places
32-
* @param Transition[] $transitions
33-
* @param string|null $initialPlace
34-
* @param MetadataStoreInterface|null $metadataStore
31+
* @param string[] $places
32+
* @param Transition[] $transitions
3533
*/
3634
public function __construct(array $places, array $transitions, string $initialPlace = null, MetadataStoreInterface $metadataStore = null)
3735
{

src/Symfony/Component/Workflow/DefinitionBuilder.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ public function addTransitions(array $transitions)
117117
}
118118

119119
/**
120-
* @param Transition $transition
121-
*
122120
* @return $this
123121
*/
124122
public function addTransition(Transition $transition)
@@ -129,8 +127,6 @@ public function addTransition(Transition $transition)
129127
}
130128

131129
/**
132-
* @param MetadataStoreInterface $metadataStore
133-
*
134130
* @return $this
135131
*/
136132
public function setMetadataStore(MetadataStoreInterface $metadataStore)

0 commit comments

Comments
 (0)
0