From ceba96db234c773e05e18b6010e54fa7d830dc56 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 7 Apr 2025 14:18:38 -0700 Subject: oni-php: Fix casts snippet --- oni-php/snippets/php-mode/casts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni-php/snippets/php-mode') diff --git a/oni-php/snippets/php-mode/casts b/oni-php/snippets/php-mode/casts index 5a95ecf..2850d72 100644 --- a/oni-php/snippets/php-mode/casts +++ b/oni-php/snippets/php-mode/casts @@ -3,5 +3,5 @@ # key: casts # -- protected $casts = [ - '$1' => $2, + '$1' => $0, ]; \ No newline at end of file -- cgit v1.3-2-g0d8e