We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ddcf00 + 06b1def commit 5dd0e7bCopy full SHA for 5dd0e7b
1 file changed
src/RunOpenCode/Bundle/QueryBundle/config/definition/parser.php
@@ -16,6 +16,7 @@
16
->addDefaultsIfNotSet()
17
->children()
18
->arrayNode('pattern')
19
+ ->example('{**/*.sql, **/*.dql}')
20
->defaultValue(['/^.+\.(sql|dql)$/i'])
21
->beforeNormalization()
22
->ifString()
@@ -49,7 +50,7 @@
49
50
->min(-1)
51
->end()
52
- ->example('**/*.twig')
53
+ ->example('{**/*.sql.twig, **/*.dql.twig}')
54
->info('Pattern of file names to parse with Twig parser.')
55
56
0 commit comments