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

9 lines
100 B
Text
Raw Normal View History

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