1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Merge pull request #697 from michaelperrin/patch-1

Fix phpDoc syntax in ClassMetadataInfo.php
This commit is contained in:
Guilherme Blanco 2013-06-14 06:57:14 -07:00
commit 09d67b10b0

View File

@ -358,7 +358,7 @@ class ClassMetadataInfo implements ClassMetadata
* - <b>scale</b> (integer, optional, schema-only)
* The scale of a decimal column. Only valid if the column type is decimal.
*
[* - <b>'unique'] (string, optional, schema-only)</b>
* - <b>'unique'</b> (string, optional, schema-only)
* Whether a unique constraint should be generated for the column.
*
* @var array