mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-02 16:38:38 +00:00
Change annotation for uuid field
This commit is contained in:
parent
3e860ff1ce
commit
78b3c31d70
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ class Entry
|
||||||
private $id;
|
private $id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int
|
* @var string
|
||||||
*
|
*
|
||||||
* @ORM\Column(name="uuid", type="text", nullable=true)
|
* @ORM\Column(name="uuid", type="text", nullable=true)
|
||||||
*
|
*
|
||||||
|
@ -606,7 +606,7 @@ class Entry
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return int
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getUuid()
|
public function getUuid()
|
||||||
{
|
{
|
||||||
|
@ -614,7 +614,7 @@ class Entry
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $uuid
|
* @param string $uuid
|
||||||
*
|
*
|
||||||
* @return Entry
|
* @return Entry
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue