aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-07-24 11:47:03 +0200
committerThomas Citharel <tcit@tcit.fr>2016-07-24 11:47:03 +0200
commit8cb869ea9556e84c07c9606c9c65432b70f522fd (patch)
tree774bcf1b4999e7789383d53ce982314cc63a4138 /src/Wallabag/CoreBundle/Repository/EntryRepository.php
parent0faeabefa7faedb3a6a3675a5e49e947554adae9 (diff)
downloadwallabag-8cb869ea9556e84c07c9606c9c65432b70f522fd.tar.gz
wallabag-8cb869ea9556e84c07c9606c9c65432b70f522fd.tar.zst
wallabag-8cb869ea9556e84c07c9606c9c65432b70f522fd.zip
add some missing phpdoc parameters
Diffstat (limited to 'src/Wallabag/CoreBundle/Repository/EntryRepository.php')
-rw-r--r--src/Wallabag/CoreBundle/Repository/EntryRepository.php2
1 files changed, 2 insertions, 0 deletions
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
92 * @param bool $isStarred 92 * @param bool $isStarred
93 * @param string $sort 93 * @param string $sort
94 * @param string $order 94 * @param string $order
95 * @param int $since
96 * @param string $tags
95 * 97 *
96 * @return array 98 * @return array
97 */ 99 */