We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a4778 commit e1e6b15Copy full SHA for e1e6b15
1 file changed
src/targets/php/curl.js
@@ -37,7 +37,7 @@ module.exports = function (source, options) {
37
code.push('$postData = http_build_query('+helpers.convert(source.postData.paramsObj, opts.indent)+');')
38
.blank()
39
} else {
40
- code.push('$postData = "'+source.postData.text+'"')
+ code.push('$postData = "'+source.postData.text+'";')
41
42
}
43
0 commit comments