We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c72382 commit 7283a53Copy full SHA for 7283a53
lua/null-ls/builtins/formatting/pretty_php.lua
@@ -15,6 +15,7 @@ return h.make_builtin({
15
command = "pretty-php",
16
args = { "$FILENAME" },
17
stdin = false,
18
+ to_temp_file = true,
19
},
20
factory = h.formatter_factory,
21
})
0 commit comments