aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Tags.php
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-01-31 19:09:34 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-01-31 19:12:49 +0100
commit7df80cb32ca9b7d0fe452320ddc3563a1e373e2f (patch)
treec07eb79213d471aa33c49ef4e5819e41cc12f242 /src/Wallabag/CoreBundle/Entity/Tags.php
parent1990517b2263a080946853ed697a6d687262ae80 (diff)
downloadwallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.tar.gz
wallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.tar.zst
wallabag-7df80cb32ca9b7d0fe452320ddc3563a1e373e2f.zip
CS
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 {