diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-07-24 11:47:03 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-07-24 11:47:03 +0200 |
commit | 8cb869ea9556e84c07c9606c9c65432b70f522fd (patch) | |
tree | 774bcf1b4999e7789383d53ce982314cc63a4138 | |
parent | 0faeabefa7faedb3a6a3675a5e49e947554adae9 (diff) | |
download | wallabag-8cb869ea9556e84c07c9606c9c65432b70f522fd.tar.gz wallabag-8cb869ea9556e84c07c9606c9c65432b70f522fd.tar.zst wallabag-8cb869ea9556e84c07c9606c9c65432b70f522fd.zip |
add some missing phpdoc parameters
-rw-r--r-- | src/Wallabag/CoreBundle/Repository/EntryRepository.php | 2 |
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 | */ |