Merge pull request #697 from michaelperrin/patch-1
Fix phpDoc syntax in ClassMetadataInfo.php
This commit is contained in:
commit
09d67b10b0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user