1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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) * - <b>scale</b> (integer, optional, schema-only)
* The scale of a decimal column. Only valid if the column type is decimal. * 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. * Whether a unique constraint should be generated for the column.
* *
* @var array * @var array