Skip to content

Commit 7283a53

Browse files
fix: adding handling stdout to tmp file in pretty_php (#55)
1 parent 5c72382 commit 7283a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/null-ls/builtins/formatting/pretty_php.lua

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ return h.make_builtin({
1515
command = "pretty-php",
1616
args = { "$FILENAME" },
1717
stdin = false,
18+
to_temp_file = true,
1819
},
1920
factory = h.formatter_factory,
2021
})

0 commit comments

Comments
 (0)