Skip to content

Commit 9befcaf

Browse files
committed
Fixed wrong indentation
1 parent a2c626f commit 9befcaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/doctrine.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ Full Default Configuration
235235
<doctrine:mapping name="AcmeHelloBundle" />
236236
237237
<doctrine:dql>
238-
<doctrine:string-function
239-
name="test_string"
240-
>Acme\HelloBundle\DQL\StringFunction</doctrine:string-function>
238+
<doctrine:string-function name="test_string">
239+
Acme\HelloBundle\DQL\StringFunction
240+
</doctrine:string-function>
241241
242242
<doctrine:numeric-function name="test_numeric">
243243
Acme\HelloBundle\DQL\NumericFunction

0 commit comments

Comments
 (0)