From 97d177f42ab1e02eebb0d2ea436f09438ffc1128 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 27 Mar 2016 15:01:08 +0200 Subject: [PATCH] Matching inherited function definition --- actions/selftag.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/selftag.php b/actions/selftag.php index b886c3d9f7..2df1a29253 100644 --- a/actions/selftag.php +++ b/actions/selftag.php @@ -158,9 +158,9 @@ class SelftagAction extends Action class SelfTagProfileList extends ProfileList { - function newListItem($profile) + function newListItem(Profile $target) { - return new SelfTagProfileListItem($profile, $this->action); + return new SelfTagProfileListItem($target, $this->action); } } -- 2.39.5