Commit 08f84793 authored by piccoloprincipe's avatar piccoloprincipe

fixed parameter type hinting

parent 41df51a6
......@@ -36,7 +36,7 @@ class ForumUser
return $this->avatar;
}
public function setAvatar(CmsAvatar $avatar) {
public function setAvatar(ForumAvatar $avatar) {
$this->avatar = $avatar;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment