Skip to content

Commit c618d9e

Browse files
committed
fix: php
1 parent df511c3 commit c618d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/php/tests/generateParams.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{{value}}}
77
{{/isVerbatim}}
88
{{#isString}}
9-
"{{#lambda.escapeSlash}}{{{value}}}{{/lambda.escapeSlash}}",
9+
"{{#lambda.escapeQuotes}}{{#lambda.escapeSlash}}{{{value}}}{{/lambda.escapeSlash}}{{/lambda.escapeQuotes}}",
1010
{{/isString}}
1111
{{#isEnum}}
1212
"{{{value}}}",

0 commit comments

Comments
 (0)