1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

update docblock

This commit is contained in:
Fabio B. Silva 2012-04-14 02:34:54 -03:00
parent f63cb95ef3
commit 56fb1035de
2 changed files with 5 additions and 5 deletions

View file

@ -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
*/

View file

@ -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")