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 b215395

Browse filesBrowse files
committed
Applied comment from @weaverryan
1 parent 9f34675 commit b215395
Copy full SHA for b215395

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/templating/introduction.rst

Copy file name to clipboardExpand all lines: components/templating/introduction.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Creating a Custom Engine
166166

167167
Besides providing a PHP templating engine, you can also create your own engine
168168
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:
169+
implements the :class:`Symfony\\Component\\Templating\\EngineInterface`. This
170+
requires 3 method:
171171

172172
* :method:`render($name, array $parameters = array()) <Symfony\\Component\\Templating\\EngineInterface::render>`
173173
- Renders a template

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.