diff options
| author | 2026-02-09 12:11:53 -0800 | |
|---|---|---|
| committer | 2026-02-09 12:11:53 -0800 | |
| commit | 28250f8a1d54937d128159ae8b7e21c1ab1aa7f7 (patch) | |
| tree | 8da6aeb820a479f90cc86db4d1cc1b1323b7b5bb /oni-php/snippets | |
| parent | 2d5c6397cec2af2322678a7cfa12bde3e7030529 (diff) | |
| download | emacs-config-28250f8a1d54937d128159ae8b7e21c1ab1aa7f7.tar.gz emacs-config-28250f8a1d54937d128159ae8b7e21c1ab1aa7f7.zip | |
oni-php/snippets/test-comment: Update test method annotation
We don't use comments anymore, but annotations instead.
Diffstat (limited to 'oni-php/snippets')
| -rw-r--r-- | oni-php/snippets/php-mode/test-comment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-php/snippets/php-mode/test-comment b/oni-php/snippets/php-mode/test-comment index ba09890..b1c9dfb 100644 --- a/oni-php/snippets/php-mode/test-comment +++ b/oni-php/snippets/php-mode/test-comment @@ -2,7 +2,7 @@ # name: test-comment # key: @t # -- -/** @test */ +#[Test] public function $1(): void { $0 |
