aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/casts
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-04-07 14:18:38 -0700
committerGravatar Tom Willemse2025-04-07 14:20:55 -0700
commitceba96db234c773e05e18b6010e54fa7d830dc56 (patch)
tree960d4aed86a5c73cd7524591950139f1c309f03f /oni-php/snippets/php-mode/casts
parentdfea43f00f6bd212d8665bf72c540a76b189314b (diff)
downloademacs-config-ceba96db234c773e05e18b6010e54fa7d830dc56.tar.gz
emacs-config-ceba96db234c773e05e18b6010e54fa7d830dc56.zip
oni-php: Fix casts snippet
Diffstat (limited to 'oni-php/snippets/php-mode/casts')
-rw-r--r--oni-php/snippets/php-mode/casts2
1 files changed, 1 insertions, 1 deletions
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