add typehint to function
This commit is contained in:
parent
4a8ba6ff5b
commit
4d13e42868
@ -28,9 +28,9 @@ snippet i
|
|||||||
snippet $t
|
snippet $t
|
||||||
$this->${1:foo}
|
$this->${1:foo}
|
||||||
snippet f
|
snippet f
|
||||||
function ${1:foo}(${2})
|
function ${1:foo}(${2:array }$${3:bar})
|
||||||
{
|
{
|
||||||
${3:echo 'hello world';}
|
${4}
|
||||||
}
|
}
|
||||||
# method
|
# method
|
||||||
snippet m
|
snippet m
|
||||||
|
Loading…
Reference in New Issue
Block a user