From 43b272fd393c9d9b454f9efc82d67e95140f6d9b Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 1 Jul 2014 20:35:16 +0200 Subject: [PATCH] name/array/bar in php's fun snippet is annoying, remove them There are anonymous functions, too: $a = function(){ .. }; --- snippets/php.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/php.snippets b/snippets/php.snippets index d7b21eb..831d53d 100644 --- a/snippets/php.snippets +++ b/snippets/php.snippets @@ -40,7 +40,7 @@ snippet i snippet t. $this-> snippet f - function ${1:foo}(${2:array }${3:$bar}) + function ${1}(${3}) { ${0} }