fix a typo

This commit is contained in:
chrisyue 2012-12-20 16:04:11 +08:00
parent 16b958ccd3
commit 3a6142acfd

View File

@ -357,7 +357,7 @@ snippet ags
/** /**
* ${1:description} * ${1:description}
* *
* @ORM\Column(type="{7:string}") * @ORM\Column(type=$7)
*/ */
${2:protected} $${3:foo}; ${2:protected} $${3:foo};