From 3a6142acfda6c8604ebe13d4f795b7be0260ecaa Mon Sep 17 00:00:00 2001 From: chrisyue Date: Thu, 20 Dec 2012 16:04:11 +0800 Subject: [PATCH] fix a typo --- snippets/php.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/php.snippets b/snippets/php.snippets index 09b9152..17efaae 100644 --- a/snippets/php.snippets +++ b/snippets/php.snippets @@ -357,7 +357,7 @@ snippet ags /** * ${1:description} * - * @ORM\Column(type="{7:string}") + * @ORM\Column(type=$7) */ ${2:protected} $${3:foo};