aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-07-24 11:49:21 +0200
committerGitHub <noreply@github.com>2016-07-24 11:49:21 +0200
commitb10a422e1f24d57c0cc616f5f06f35676335187e (patch)
tree774bcf1b4999e7789383d53ce982314cc63a4138
parent0faeabefa7faedb3a6a3675a5e49e947554adae9 (diff)
parent8cb869ea9556e84c07c9606c9c65432b70f522fd (diff)
downloadwallabag-b10a422e1f24d57c0cc616f5f06f35676335187e.tar.gz
wallabag-b10a422e1f24d57c0cc616f5f06f35676335187e.tar.zst
wallabag-b10a422e1f24d57c0cc616f5f06f35676335187e.zip
Merge pull request #2202 from wallabag/fix-phpdoc
add some missing phpdoc parameters
-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 */