10000 Revert the label type in ChoiceView::__construct · symfony/symfony@16d3969 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16d3969

Browse files
committed
Revert the label type in ChoiceView::__construct
1 parent 19e52d7 commit 16d3969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ChoiceView
3535
* @param string $label The label displayed to humans
3636
* @param array $attr Additional attributes for the HTML tag
3737
*/
38-
public function __construct($data, string $value, string $label, array $attr = [])
38+
public function __construct($data, string $value, $label, array $attr = [])
3939
{
4040
$this->data = $data;
4141
$this->value = $value;

0 commit comments

Comments
 (0)
0