update docblock
This commit is contained in:
parent
f63cb95ef3
commit
56fb1035de
2 changed files with 5 additions and 5 deletions
|
@ -20,10 +20,10 @@
|
|||
namespace Doctrine\ORM\Mapping;
|
||||
|
||||
/**
|
||||
* Used to override the mapping of a property.
|
||||
* This annotation is used to override the mapping of a entity property.
|
||||
*
|
||||
* @author Fabio B. Silva <fabio.bat.silva@gmail.com>
|
||||
* @since 2.2
|
||||
* @since 2.3
|
||||
*
|
||||
* @Annotation
|
||||
* @Target("ANNOTATION")
|
||||
|
@ -39,7 +39,7 @@ final class AttributeOverride implements Annotation
|
|||
public $name;
|
||||
|
||||
/**
|
||||
* The name of the property whose mapping is being overridden.
|
||||
* The column definition.
|
||||
*
|
||||
* @var \Doctrine\ORM\Mapping\Column
|
||||
*/
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
namespace Doctrine\ORM\Mapping;
|
||||
|
||||
/**
|
||||
* Used to override mappings of multiple properties or fields.
|
||||
* This annotation is used to override the mapping of a entity property.
|
||||
*
|
||||
* @author Fabio B. Silva <fabio.bat.silva@gmail.com>
|
||||
* @since 2.2
|
||||
* @since 2.3
|
||||
*
|
||||
* @Annotation
|
||||
* @Target("CLASS")
|
||||
|
|
Loading…
Add table
Reference in a new issue