Skip to content

Commit 6448263

Browse files
authored
fix pattern in php symfony generator (#23422)
1 parent 5025997 commit 6448263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/php-symfony/routing.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{/hasPathParams}}
1818
{{#pathParams}}
1919
{{#pattern}}
20-
{{paramName}}: '{{pattern}}'
20+
{{paramName}}: '{{{pattern}}}'
2121
{{/pattern}}
2222
{{^pattern}}
2323
{{#isLong}}

0 commit comments

Comments
 (0)