* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Bridge\Twig\Node; /** * @author Bernhard Schussek * * @deprecated since version 2.3, to be removed in 3.0. Use the helper "form_start()" instead. */ class FormEnctypeNode extends SearchAndRenderBlockNode { }