From 7df80cb32ca9b7d0fe452320ddc3563a1e373e2f Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 31 Jan 2015 19:09:34 +0100 Subject: CS --- src/Wallabag/CoreBundle/Entity/Tags.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/Wallabag/CoreBundle/Entity/Tags.php') 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 */ 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() { -- cgit v1.2.3