From 28250f8a1d54937d128159ae8b7e21c1ab1aa7f7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 9 Feb 2026 12:11:53 -0800 Subject: oni-php/snippets/test-comment: Update test method annotation We don't use comments anymore, but annotations instead. --- oni-php/snippets/php-mode/test-comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni-php/snippets/php-mode') 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 -- cgit v1.3-2-g0d8e