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