]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entry.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entry.php
index 5e3f9a37a6bc89f4604de1d623f039a927993877..e684c9b103f77189b6d799549c2fabd33561fe9e 100644 (file)
@@ -428,7 +428,7 @@ class Entry
     }
 
     /**
-     * Set previewPicture
+     * Set previewPicture.
      *
      * @param string $previewPicture
      *
@@ -442,7 +442,7 @@ class Entry
     }
 
     /**
-     * Get previewPicture
+     * Get previewPicture.
      *
      * @return string
      */
@@ -450,5 +450,4 @@ class Entry
     {
         return $this->previewPicture;
     }
-
 }