8000 Merge branch '2.8' into 3.3 · symfony/symfony@0829b79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0829b79

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: marked method as being internal
2 parents e4ce312 + 4dccfef commit 0829b79

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
@@ -166,6 +166,9 @@ public function __unset($name)
166166
unset($this->$name);
167167
}
168168

169+
/**
170+
* @internal
171+
*/
169172
public function isRootForm(FormView $formView)
170173
{
171174
return null === $formView->parent;

0 commit comments

Comments
 (0)
0