Entity\Blogs\Post code quality fix. phpDoc fixed.
This commit is contained in:
parent
95cab0b564
commit
eae74e58fa
|
@ -22,7 +22,7 @@ class Post
|
||||||
const TYPE_FEED = 'feed';
|
const TYPE_FEED = 'feed';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int
|
* @var string
|
||||||
*
|
*
|
||||||
* @ORM\Column(name="id", type="text")
|
* @ORM\Column(name="id", type="text")
|
||||||
* @ORM\Id
|
* @ORM\Id
|
||||||
|
@ -129,7 +129,7 @@ class Post
|
||||||
/**
|
/**
|
||||||
* Get id
|
* Get id
|
||||||
*
|
*
|
||||||
* @return integer
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getId()
|
public function getId()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue