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/casts7
1 files changed, 0 insertions, 7 deletions
diff --git a/oni-php/snippets/php-mode/casts b/oni-php/snippets/php-mode/casts
deleted file mode 100644
index 2850d72..0000000
--- a/oni-php/snippets/php-mode/casts
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet -*-
-# name: casts
-# key: casts
-# --
-protected $casts = [
- '$1' => $0,
-]; \ No newline at end of file