X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FEntity%2FTagsEntries.php;h=6b0cea0ddf5bad6114f6636b4707dbbb26c28a4f;hb=7df80cb32ca9b7d0fe452320ddc3563a1e373e2f;hp=ad01cf575e686d2057101b701aff4dea507510b7;hpb=1990517b2263a080946853ed697a6d687262ae80;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Entity/TagsEntries.php b/src/Wallabag/CoreBundle/Entity/TagsEntries.php index ad01cf57..6b0cea0d 100644 --- a/src/Wallabag/CoreBundle/Entity/TagsEntries.php +++ b/src/Wallabag/CoreBundle/Entity/TagsEntries.php @@ -35,12 +35,10 @@ class TagsEntries */ private $tagId; - - /** * Get id * - * @return integer + * @return integer */ public function getId() { @@ -50,7 +48,7 @@ class TagsEntries /** * Set entryId * - * @param integer $entryId + * @param integer $entryId * @return TagsEntries */ public function setEntryId($entryId) @@ -63,7 +61,7 @@ class TagsEntries /** * Get entryId * - * @return integer + * @return integer */ public function getEntryId() { @@ -73,7 +71,7 @@ class TagsEntries /** * Set tagId * - * @param integer $tagId + * @param integer $tagId * @return TagsEntries */ public function setTagId($tagId) @@ -86,7 +84,7 @@ class TagsEntries /** * Get tagId * - * @return integer + * @return integer */ public function getTagId() {