]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/TagsEntries.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / TagsEntries.php
index ad01cf575e686d2057101b701aff4dea507510b7..6b0cea0ddf5bad6114f6636b4707dbbb26c28a4f 100644 (file)
@@ -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()
     {