mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-30 19:22:12 +00:00
Fix tests & cs & migration
This commit is contained in:
parent
531c8d0a5c
commit
f277bc042c
14 changed files with 126 additions and 69 deletions
|
@ -14,7 +14,7 @@ class UserRepository extends EntityRepository
|
|||
* @param string $username
|
||||
* @param string $feedToken
|
||||
*
|
||||
* @return null|User
|
||||
* @return User|null
|
||||
*/
|
||||
public function findOneByUsernameAndFeedtoken($username, $feedToken)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue