aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index 19f81c0f..4a9cb8d8 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -946,7 +946,7 @@ class Entry
946 } 946 }
947 947
948 /** 948 /**
949 * Set origin url. 949 * Set given url.
950 * 950 *
951 * @param string $givenUrl 951 * @param string $givenUrl
952 * 952 *
@@ -961,7 +961,7 @@ class Entry
961 } 961 }
962 962
963 /** 963 /**
964 * Get origin url. 964 * Get given url.
965 * 965 *
966 * @return string 966 * @return string
967 */ 967 */