diff -r 6b24cd6b51c5 -r 57ff6d39f88c src/Company/BaseBundle/Entity/Document.php --- a/src/Company/BaseBundle/Entity/Document.php Fri Oct 28 14:57:11 2011 +0200 +++ b/src/Company/BaseBundle/Entity/Document.php Fri Nov 04 11:52:47 2011 +0100 @@ -28,7 +28,8 @@ * @ORM\Column(name="title", type="string", length=255) */ private $title; - + + /** * @var text $description * @@ -67,6 +68,7 @@ return $this->title; } + /** * Set description *