10 lines
111 B
Text
10 lines
111 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: test-comment
|
||
|
# key: test
|
||
|
# --
|
||
|
/** @test */
|
||
|
public function $1(): void
|
||
|
{
|
||
|
$0
|
||
|
}
|