Page MenuHome GnuPG

PhabricatorBotDifferentialNotificationHandler.php
No OneTemporary

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, Feb 26, 6:26 PM (11 h, 39 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fe/71/c74da9296a37167db995d6da089e

Event Timeline