From a1413a3da9e845a0f2e00e73069f5363864367bd Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 24 Aug 2015 12:35:02 +0200 Subject: CS --- src/Wallabag/CoreBundle/Entity/Entry.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php') diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php index 5e3f9a37..e684c9b1 100644 --- a/src/Wallabag/CoreBundle/Entity/Entry.php +++ b/src/Wallabag/CoreBundle/Entity/Entry.php @@ -428,7 +428,7 @@ class Entry } /** - * Set previewPicture + * Set previewPicture. * * @param string $previewPicture * @@ -442,7 +442,7 @@ class Entry } /** - * Get previewPicture + * Get previewPicture. * * @return string */ @@ -450,5 +450,4 @@ class Entry { return $this->previewPicture; } - } -- cgit v1.2.3