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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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