aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/arrow-function
diff options
context:
space:
mode:
Diffstat (limited to 'oni-php/snippets/php-mode/arrow-function')
-rw-r--r--oni-php/snippets/php-mode/arrow-function4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-php/snippets/php-mode/arrow-function b/oni-php/snippets/php-mode/arrow-function
index 43bad1e..53e0525 100644
--- a/oni-php/snippets/php-mode/arrow-function
+++ b/oni-php/snippets/php-mode/arrow-function
@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name: arrow-function
-# key: fn
+# key: f
# --
-fn($1) => $0 \ No newline at end of file
+fn($1): $2 => $3 \ No newline at end of file