Some PHP strict warning fixes

This commit is contained in:
Mikael Nordfeldth
2013-10-06 03:37:12 +02:00
parent 1c042028dc
commit 64dbd93534
3 changed files with 4 additions and 3 deletions

View File

@@ -318,7 +318,7 @@ class XmppPlugin extends ImPlugin
$this->queuedConnection()->message($screenname, $body, 'chat');
}
function sendNotice($screenname, $notice)
function sendNotice($screenname, Notice $notice)
{
$msg = $this->formatNotice($notice);
$entry = $this->format_entry($notice);