From 91a31b1fbaad874012c5db105fe6fc442825b1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9zar=20Ant=C3=A1res?= Date: Sun, 6 Jul 2014 22:22:35 -0500 Subject: [PATCH] PHP Class snippet was working wrong --- UltiSnips/php.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/php.snippets b/UltiSnips/php.snippets index 84003a7..b710912 100644 --- a/UltiSnips/php.snippets +++ b/UltiSnips/php.snippets @@ -224,7 +224,7 @@ class $1 { public function ${3:__construct}(${4:$options}) { - ${4:// code} + ${5:// code} } } $0