Change annotation for uuid field

This commit is contained in:
Nicolas Lœuillet 2016-08-24 09:07:49 +02:00
parent 3e860ff1ce
commit 78b3c31d70
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -38,7 +38,7 @@ class Entry
private $id;
/**
* @var int
* @var string
*
* @ORM\Column(name="uuid", type="text", nullable=true)
*
@ -606,7 +606,7 @@ class Entry
}
/**
* @return int
* @return string
*/
public function getUuid()
{
@ -614,7 +614,7 @@ class Entry
}
/**
* @param int $uuid
* @param string $uuid
*
* @return Entry
*/