]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
Added delete button on Baggy theme
[github/wallabag/wallabag.git] / src / Wallabag / AnnotationBundle / Repository / AnnotationRepository.php
index 23f21c3e3630a0e9636348e1e8871af94e083dee..3af53805bd1a9db1741525ffc801b6a1696c9334 100644 (file)
@@ -124,9 +124,10 @@ class AnnotationRepository extends EntityRepository
     }
 
     /**
-     * Find all annotations related to archived entries
+     * Find all annotations related to archived entries.
      *
      * @param $userId
+     *
      * @return mixed
      */
     public function findAllByArchivedEntriesAndUserId($userId)