diff --git a/lib/Doctrine/ORM/Id/UuidGenerator.php b/lib/Doctrine/ORM/Id/UuidGenerator.php index 4b1d6ded3..b4ae37773 100644 --- a/lib/Doctrine/ORM/Id/UuidGenerator.php +++ b/lib/Doctrine/ORM/Id/UuidGenerator.php @@ -22,10 +22,9 @@ namespace Doctrine\ORM\Id; use Serializable, Doctrine\ORM\EntityManager; /** - * Represents an ID generator that uses a database sequence. + * Represents an ID generator that uses the database UUID expression * - * @since 2.0 - * @author Roman Borschel + * @since 2.3 * @author Maarten de Keizer */ class UuidGenerator extends AbstractIdGenerator