diff options
Diffstat (limited to 'oni-yasnippet/snippets/php-mode/test-comment')
| -rw-r--r-- | oni-yasnippet/snippets/php-mode/test-comment | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/oni-yasnippet/snippets/php-mode/test-comment b/oni-yasnippet/snippets/php-mode/test-comment new file mode 100644 index 0000000..b1c9dfb --- /dev/null +++ b/oni-yasnippet/snippets/php-mode/test-comment @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: test-comment +# key: @t +# -- +#[Test] +public function $1(): void +{ + $0 +} |
