From: Nicolas LÅ“uillet Date: Wed, 24 Aug 2016 07:07:49 +0000 (+0200) Subject: Change annotation for uuid field X-Git-Tag: 2.1.0~56^2~3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=78b3c31d7025c743c80bcc44adda21379de8f6c5;hp=3e860ff1ce19d045b4d5af4e30bd3d56300a683c;p=github%2Fwallabag%2Fwallabag.git Change annotation for uuid field --- diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php index 8c20cde2..67c2bb43 100644 --- a/src/Wallabag/CoreBundle/Entity/Entry.php +++ b/src/Wallabag/CoreBundle/Entity/Entry.php @@ -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 */