Entity\Blogs\Post code quality fix. phpDoc fixed.

This commit is contained in:
Alexey Skobkin 2016-12-12 21:03:06 +03:00
parent 95cab0b564
commit eae74e58fa
1 changed files with 2 additions and 2 deletions

View File

@ -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()
{