diff options
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Entity/Entry.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php index 445cc45e..2b1f2e05 100644 --- a/src/Wallabag/CoreBundle/Entity/Entry.php +++ b/src/Wallabag/CoreBundle/Entity/Entry.php | |||
@@ -840,7 +840,7 @@ class Entry | |||
840 | 840 | ||
841 | return $this; | 841 | return $this; |
842 | } | 842 | } |
843 | 843 | ||
844 | /** | 844 | /** |
845 | * Set origin url. | 845 | * Set origin url. |
846 | * | 846 | * |
@@ -854,7 +854,7 @@ class Entry | |||
854 | 854 | ||
855 | return $this; | 855 | return $this; |
856 | } | 856 | } |
857 | 857 | ||
858 | /** | 858 | /** |
859 | * Get origin url. | 859 | * Get origin url. |
860 | * | 860 | * |