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';
|
||||
|
||||
/**
|
||||
* @var int
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(name="id", type="text")
|
||||
* @ORM\Id
|
||||
|
@ -129,7 +129,7 @@ class Post
|
|||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return integer
|
||||
* @return string
|
||||
*/
|
||||
public function getId()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue