mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-20 19:52:09 +00:00
Fix some Scrutinizer issues
This commit is contained in:
parent
e9579d6de9
commit
52e8d93248
5 changed files with 7 additions and 7 deletions
|
@ -345,7 +345,7 @@ class EntryRepository extends EntityRepository
|
|||
* @param string $url
|
||||
* @param int $userId
|
||||
*
|
||||
* @return Entry|bool
|
||||
* @return Entry|false
|
||||
*/
|
||||
public function findByUrlAndUserId($url, $userId)
|
||||
{
|
||||
|
@ -362,7 +362,7 @@ class EntryRepository extends EntityRepository
|
|||
* @param string $hashedUrl Url hashed using sha1
|
||||
* @param int $userId
|
||||
*
|
||||
* @return Entry|bool
|
||||
* @return Entry|false
|
||||
*/
|
||||
public function findByHashedUrlAndUserId($hashedUrl, $userId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue