1
0
Fork 0
emacs-config/oni-php/snippets/php-mode/test-comment

10 lines
111 B
Text
Raw Normal View History

2024-12-24 18:39:09 +01:00
# -*- mode: snippet -*-
# name: test-comment
# key: test
# --
/** @test */
public function $1(): void
{
$0
}