Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit3ae4fec

Browse files
committed
Remove some unneeded extra space
1 parenta657538 commit3ae4fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp