1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

add some missing phpdoc parameters

This commit is contained in:
Thomas Citharel 2016-07-24 11:47:03 +02:00
parent 0faeabefa7
commit 8cb869ea95
No known key found for this signature in database
GPG key ID: 5780691F5FE48FB5

View file

@ -92,6 +92,8 @@ class EntryRepository extends EntityRepository
* @param bool $isStarred * @param bool $isStarred
* @param string $sort * @param string $sort
* @param string $order * @param string $order
* @param int $since
* @param string $tags
* *
* @return array * @return array
*/ */