aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/casts
diff options
context:
space:
mode:
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