From: Thomas Citharel Date: Sun, 24 Jul 2016 09:47:03 +0000 (+0200) Subject: add some missing phpdoc parameters X-Git-Tag: 2.1.0~62^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=8cb869ea9556e84c07c9606c9c65432b70f522fd;p=github%2Fwallabag%2Fwallabag.git add some missing phpdoc parameters --- diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index b543c5ae..e9351d85 100644 --- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php +++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php @@ -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 */