8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f34675 commit b215395Copy full SHA for b215395
components/templating/introduction.rst
@@ -166,8 +166,8 @@ Creating a Custom Engine
166
167
Besides providing a PHP templating engine, you can also create your own engine
168
using the Templating component. To do that, create a new class which
169
-implements the :class:`Symfony\\Component\\Templating\\EngineInterface`
170
-interface. This interface requires 3 method:
+implements the :class:`Symfony\\Component\\Templating\\EngineInterface`. This
+requires 3 method:
171
172
* :method:`render($name, array $parameters = array()) <Symfony\\Component\\Templating\\EngineInterface::render>`
173
- Renders a template
0 commit comments