1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-10 19:32:07 +00:00

Rename getEntriesByUser method to getEntriesByUserId

This commit is contained in:
Nicolas Lœuillet 2016-05-04 11:42:52 +02:00
parent 12c697562e
commit d9926005b1
3 changed files with 3 additions and 3 deletions

View file

@ -118,7 +118,7 @@ class Tag
return $this->entries;
}
public function getEntriesByUser($userId)
public function getEntriesByUserId($userId)
{
$filteredEntries = new ArrayCollection();
foreach ($this->entries as $entry) {