]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Tags.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Tags.php
index 6fe16a5355f47e7f0cc3bd471207c0355702c8fb..eab91ba00be2c45e7e3a8db022fb63d620786eb0 100644 (file)
@@ -28,12 +28,10 @@ class Tags
      */
     private $value;
 
-
-
     /**
      * Get id
      *
-     * @return integer 
+     * @return integer
      */
     public function getId()
     {
@@ -43,7 +41,7 @@ class Tags
     /**
      * Set value
      *
-     * @param string $value
+     * @param  string $value
      * @return Tags
      */
     public function setValue($value)
@@ -56,7 +54,7 @@ class Tags
     /**
      * Get value
      *
-     * @return string 
+     * @return string
      */
     public function getValue()
     {