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