From d9926005b1195c8cb4607dd45c21c7ad6c4f4c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 4 May 2016 11:42:52 +0200 Subject: Rename getEntriesByUser method to getEntriesByUserId --- src/Wallabag/CoreBundle/Entity/Tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Entity') diff --git a/src/Wallabag/CoreBundle/Entity/Tag.php b/src/Wallabag/CoreBundle/Entity/Tag.php index f6c42f5d..b4adbbd3 100644 --- a/src/Wallabag/CoreBundle/Entity/Tag.php +++ b/src/Wallabag/CoreBundle/Entity/Tag.php @@ -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) { -- cgit v1.2.3