mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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
This commit is contained in:
parent
157f47cd14
commit
e3a48dde1d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ final class DifferentialDraftField
|
|||
return true;
|
||||
}
|
||||
|
||||
public function renderPropertyViewValue() {
|
||||
public function renderPropertyViewValue(array $handles) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue