aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-php/snippets/php-mode/casts7
1 files changed, 7 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/casts b/oni-php/snippets/php-mode/casts
new file mode 100644
index 0000000..5a95ecf
--- /dev/null
+++ b/oni-php/snippets/php-mode/casts
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: casts
+# key: casts
+# --
+protected $casts = [
+ '$1' => $2,
+]; \ No newline at end of file