aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Tags.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Tags.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Tags.php b/src/Wallabag/CoreBundle/Entity/Tags.php
index 6fe16a53..eab91ba0 100644
--- a/src/Wallabag/CoreBundle/Entity/Tags.php
+++ b/src/Wallabag/CoreBundle/Entity/Tags.php
@@ -28,12 +28,10 @@ class Tags
28 */ 28 */
29 private $value; 29 private $value;
30 30
31
32
33 /** 31 /**
34 * Get id 32 * Get id
35 * 33 *
36 * @return integer 34 * @return integer
37 */ 35 */
38 public function getId() 36 public function getId()
39 { 37 {
@@ -43,7 +41,7 @@ class Tags
43 /** 41 /**
44 * Set value 42 * Set value
45 * 43 *
46 * @param string $value 44 * @param string $value
47 * @return Tags 45 * @return Tags
48 */ 46 */
49 public function setValue($value) 47 public function setValue($value)
@@ -56,7 +54,7 @@ class Tags
56 /** 54 /**
57 * Get value 55 * Get value
58 * 56 *
59 * @return string 57 * @return string
60 */ 58 */
61 public function getValue() 59 public function getValue()
62 { 60 {