name/array/bar in php's fun snippet is annoying, remove them

There are anonymous functions, too: $a = function(){ .. };
This commit is contained in:
Marc Weber 2014-07-01 20:35:16 +02:00
parent bece421bda
commit 43b272fd39

View File

@ -40,7 +40,7 @@ snippet i
snippet t.
$this->
snippet f
function ${1:foo}(${2:array }${3:$bar})
function ${1}(${3})
{
${0}
}