Skip to content

Commit 3345a26

Browse files
committed
marked method as being internal
1 parent 1ea047a commit 3345a26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)