]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
add some missing phpdoc parameters 2202/head
authorThomas Citharel <tcit@tcit.fr>
Sun, 24 Jul 2016 09:47:03 +0000 (11:47 +0200)
committerThomas Citharel <tcit@tcit.fr>
Sun, 24 Jul 2016 09:47:03 +0000 (11:47 +0200)
src/Wallabag/CoreBundle/Repository/EntryRepository.php

index b543c5ae3799e3b21fcbf5c382462bdccb269c02..e9351d85ef439451584a7b2315c5a1fbc56854b9 100644 (file)
@@ -92,6 +92,8 @@ class EntryRepository extends EntityRepository
      * @param bool   $isStarred
      * @param string $sort
      * @param string $order
+     * @param int    $since
+     * @param string $tags
      *
      * @return array
      */