Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118575595
PhabricatorBotDifferentialNotificationHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 21, 01:08
Size
420 B
Mime Type
text/x-php
Expires
Mon, Jun 23, 01:08 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26893839
Attached To
rPH Phabricator
PhabricatorBotDifferentialNotificationHandler.php
View Options
<?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
;
}
}
}
Event Timeline
Log In to Comment