diff options
Diffstat (limited to 'lua/lang/php.lua')
-rw-r--r-- | lua/lang/php.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lang/php.lua b/lua/lang/php.lua index 0451b1b8..d1e4a729 100644 --- a/lua/lang/php.lua +++ b/lua/lang/php.lua @@ -30,7 +30,7 @@ M.format = function() return { exe = O.lang.php.formatter.exe, args = O.lang.php.formatter.args, - stdin = not (O.lang.php.formatter.stdin ~= nil), + stdin = O.lang.php.formatter.stdin, tempfile_prefix = ".formatter", } end, |