Added return array placeholder
This commit is contained in:
parent
613f3c1b25
commit
2c858bb724
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user