Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97907360
DifferentialConflictsCommitMessageField.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
Tue, Jan 7, 10:42
Size
328 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 10:42 (2 d)
Engine
blob
Format
Raw Data
Handle
23437282
Attached To
rPH Phabricator
DifferentialConflictsCommitMessageField.php
View Options
<?php
final
class
DifferentialConflictsCommitMessageField
extends
DifferentialCommitMessageField
{
const
FIELDKEY
=
'conflicts'
;
public
function
getFieldName
()
{
return
pht
(
'Conflicts'
);
}
public
function
getFieldOrder
()
{
return
900000
;
}
public
function
isFieldEditable
()
{
return
false
;
}
}
Event Timeline
Log In to Comment