Added return array placeholder

This commit is contained in:
Michael Thessel 2013-04-12 02:50:15 +00:00
parent 613f3c1b25
commit 2c858bb724

View File

@ -395,7 +395,7 @@ snippet rett
snippet retf
return false;
snippet am
array_map(function($${1:v}) {
$${1:foo} = array_map(function($${2:v}) {
${3}
return $$1;
}, $${2:foo});
return $$2;
}, $$1);