Skip to content

Commit 43b272f

Browse files
committed
name/array/bar in php's fun snippet is annoying, remove them
There are anonymous functions, too: $a = function(){ .. };
1 parent bece421 commit 43b272f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/php.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ snippet i
4040
snippet t.
4141
$this->
4242
snippet f
43-
function ${1:foo}(${2:array }${3:$bar})
43+
function ${1}(${3})
4444
{
4545
${0}
4646
}

0 commit comments

Comments
 (0)