aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php5
1 files changed, 2 insertions, 3 deletions
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
428 } 428 }
429 429
430 /** 430 /**
431 * Set previewPicture 431 * Set previewPicture.
432 * 432 *
433 * @param string $previewPicture 433 * @param string $previewPicture
434 * 434 *
@@ -442,7 +442,7 @@ class Entry
442 } 442 }
443 443
444 /** 444 /**
445 * Get previewPicture 445 * Get previewPicture.
446 * 446 *
447 * @return string 447 * @return string
448 */ 448 */
@@ -450,5 +450,4 @@ class Entry
450 { 450 {
451 return $this->previewPicture; 451 return $this->previewPicture;
452 } 452 }
453
454} 453}