Skip to content

Navigation Menu

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 3ae4fec

Browse filesBrowse files
committed
Remove some unneeded extra space
1 parent a657538 commit 3ae4fec
Copy full SHA for 3ae4fec

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎quick_tour/the_architecture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_architecture.rst
+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ After creating just *one* file, you can use this immediately:
190190
{# templates/default/index.html.twig #}
191191
{# Will print something like "Hey Symfony!" #}
192192
<h1>{{ name|greet }}</h1>
193-
193+
194194
How does this work? Symfony notices that your class uses the ``#[AsTwigFilter]`` attribute
195195
and so *automatically* registers it as a Twig extension. This is called autoconfiguration,
196196
and it works for *many* many things. Create a class and then extend a base class

0 commit comments

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