fixed parameter type hinting
This commit is contained in:
parent
41df51a6e9
commit
08f84793da
@ -36,7 +36,7 @@ class ForumUser
|
|||||||
return $this->avatar;
|
return $this->avatar;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setAvatar(CmsAvatar $avatar) {
|
public function setAvatar(ForumAvatar $avatar) {
|
||||||
$this->avatar = $avatar;
|
$this->avatar = $avatar;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user