8000 Merge branch '2.7' into 2.8 · symfony/symfony@4dccfef · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dccfef

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: marked method as being internal
2 parents c610a32 + 0f8ff15 commit 4dccfef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bridge/Twig/Extension/FormExtension.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ public function isSelectedChoice(ChoiceView $choice, $selectedValue)
158158
return $choice->value === $selectedValue;
159159
}
160160

161+
/**
162+
* @internal
163+
*/
161164
public function isRootForm(FormView $formView)
162165
{
163166
return null === $formView->parent;

0 commit comments

Comments
 (0)
0