1
0
mirror of synced 2024-12-13 06:46:03 +03:00

Fix phpDoc syntax in ClassMetadataInfo.php

This commit is contained in:
Michaël Perrin 2013-06-14 11:00:17 +03:00
parent f2f1d8986c
commit 37d7df6ac4

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