Page MenuHomePhorge

PhabricatorBotDifferentialNotificationHandler.php
No OneTemporary

Size
420 B
Referenced Files
None
Subscribers
None

PhabricatorBotDifferentialNotificationHandler.php

<?php
/**
* @deprecated
*/
final class PhabricatorBotDifferentialNotificationHandler
extends PhabricatorBotHandler {
public function receiveMessage(PhabricatorBotMessage $message) {
static $notified;
if (!$notified) {
phlog(
'PhabricatorBotDifferentialNotificationHandler is deprecated, use '.
'PhabricatorBotFeedNotificationHandler instead.');
$notified = true;
}
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Jun 19, 6:56 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
243611
Default Alt Text
PhabricatorBotDifferentialNotificationHandler.php (420 B)

Event Timeline