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 a2c626f commit 9befcafCopy full SHA for 9befcaf
reference/configuration/doctrine.rst
@@ -235,9 +235,9 @@ Full Default Configuration
235
<doctrine:mapping name="AcmeHelloBundle" />
236
237
<doctrine:dql>
238
- <doctrine:string-function
239
- name="test_string"
240
- >Acme\HelloBundle\DQL\StringFunction</doctrine:string-function>
+ <doctrine:string-function name="test_string">
+ Acme\HelloBundle\DQL\StringFunction
+ </doctrine:string-function>
241
242
<doctrine:numeric-function name="test_numeric">
243
Acme\HelloBundle\DQL\NumericFunction
0 commit comments