diff --git a/lua/snippets/php.lua b/lua/snippets/php.lua index 6b1bba6..48ea3db 100644 --- a/lua/snippets/php.lua +++ b/lua/snippets/php.lua @@ -170,7 +170,7 @@ return { ) ), s(etr('return ', 'Add semicolon after return'), fmta('return #~;', { i(0) })), - s(atr(' use ', 'Add use to function'), fmta(' use (#~)', { i(0) })), + -- s(atr(' use ', 'Add use to function'), fmta(' use (#~)', { i(0) })), s(etr('rt ', 'return alias'), fmta('return #~;', { i(0) })), bs(atr('fn ', 'Shorthand function block'), { c(1, {