1
0
Fork 0
emacs-config/oni-php/snippets/php-mode/test-comment
2024-12-24 09:39:09 -08:00

9 lines
111 B
Text

# -*- mode: snippet -*-
# name: test-comment
# key: test
# --
/** @test */
public function $1(): void
{
$0
}