Skip to content

Commit e3a48dd

Browse files
author
epriestley
committed
Correct a method signature in DifferentialDraftField
Summary: Ref T12190. See <https://discourse.phabricator-community.org/t/exception-preventing-access-to-differential-application/606>. (I have a followup to fix the root issue.) Test Plan: Loaded Differential with an eye on the error log in PHP7, no longer saw warnings. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T12190 Differential Revision: https://secure.phabricator.com/D18723
1 parent 157f47c commit e3a48dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/differential/customfield/DifferentialDraftField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function shouldAppearInPropertyView() {
2424
return true;
2525
}
2626

27-
public function renderPropertyViewValue() {
27+
public function renderPropertyViewValue(array $handles) {
2828
return null;
2929
}
3030

0 commit comments

Comments
 (0)