From bac22a56571ff5917247fafbc7ca9c37105130a3 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 19 Feb 2026 09:04:44 +0000 Subject: [PATCH] Comment out annoying snippets --- lua/snippets/php.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, {