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:
@@ -8,7 +8,7 @@ final class ManiphestTaskDependsOnTaskEdgeType extends PhabricatorEdgeType {
|
|||||||
return ManiphestTaskDependedOnByTaskEdgeType::EDGECONST;
|
return ManiphestTaskDependedOnByTaskEdgeType::EDGECONST;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shouldWriteInverseTransaction() {
|
public function shouldWriteInverseTransactions() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user