]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix bad type after using findByUrlAndUserId
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 21 Jan 2016 15:37:25 +0000 (16:37 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 21 Jan 2016 15:37:25 +0000 (16:37 +0100)
commita0d6ccc5ca0dc0082467cc65b006150aff2488c4
treea5f405e032a2eb8268427ad8c6106cb7d6ffe4dd
parente56983af1f7b74993784687e7b192a898422fe7f
Fix bad type after using findByUrlAndUserId

It returns an object since few commits this part of (untested) code still use an array.
Also add test for that part of code.
src/Wallabag/CoreBundle/Controller/EntryController.php
src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php