8000 marked method as being internal · symfony/symfony@0f8ff15 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f8ff15

Browse files
committed
marked method as being internal
1 parent 9524396 commit 0f8ff15

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