1
0
mirror of synced 2024-12-13 06:46:03 +03:00

fixed parameter type hinting

This commit is contained in:
piccoloprincipe 2009-07-08 08:43:50 +00:00
parent 41df51a6e9
commit 08f84793da

View File

@ -36,7 +36,7 @@ class ForumUser
return $this->avatar;
}
public function setAvatar(CmsAvatar $avatar) {
public function setAvatar(ForumAvatar $avatar) {
$this->avatar = $avatar;
}
}
}