parent
3001d312c7
commit
8b8595ee9c
|
@ -78,7 +78,7 @@ module.exports = class PHPCBF extends Beautifier
|
|||
@run("phpcbf", [
|
||||
"--no-patch" unless options.phpcbf_version is 3
|
||||
"--standard=#{options.standard}" if options.standard
|
||||
tempFile = @tempFile("temp", text)
|
||||
tempFile = @tempFile("temp", text, ".php")
|
||||
], {
|
||||
ignoreReturnCode: true
|
||||
help: {
|
||||
|
|
Loading…
Reference in New Issue