From c95c0e4cda77336bfdaf7adf89a77d0fa9e8afd1 Mon Sep 17 00:00:00 2001 From: Mathew Attlee Date: Sat, 30 Apr 2016 13:57:11 +0100 Subject: [PATCH] Fix the PHPDoc for trait snippet --- UltiSnips/php.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/php.snippets b/UltiSnips/php.snippets index f105ee6..01ab715 100644 --- a/UltiSnips/php.snippets +++ b/UltiSnips/php.snippets @@ -325,7 +325,7 @@ if m: `}; /** - * Interface ${1:`!p snip.rv=snip.basename`} + * Trait ${1:`!p snip.rv=snip.basename`} * @author ${2:`!v g:snips_author`} */ trait $1