1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 21:02:41 +01:00

Fix method name

Summary: This is a typo from D11045.

Test Plan: I haven't actually tested this, but the tests from D11045 should apply here.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11108
This commit is contained in:
Joshua Spence 2015-01-01 14:41:34 +11:00
parent e3b8866463
commit c564a3c22a

View file

@ -8,7 +8,7 @@ final class ManiphestTaskDependsOnTaskEdgeType extends PhabricatorEdgeType {
return ManiphestTaskDependedOnByTaskEdgeType::EDGECONST;
}
public function shouldWriteInverseTransaction() {
public function shouldWriteInverseTransactions() {
return true;
}