1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 16:52:41 +01:00

Fix visibility of the LiskDAO::willWriteData method

Summary: Ref T6822.

Test Plan: `grep`. This method is only called from `LiskDAO::update()`.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T6822

Differential Revision: https://secure.phabricator.com/D11409
This commit is contained in:
Joshua Spence 2015-01-16 06:56:52 +11:00
parent 6ff5eed206
commit 378d4380d3

View file

@ -67,7 +67,7 @@ final class ReleephBranch extends ReleephDAO
return $this; return $this;
} }
public function willWriteData(array &$data) { protected function willWriteData(array &$data) {
// If symbolicName is omitted, set it to the basename. // If symbolicName is omitted, set it to the basename.
// //
// This means that we can enforce symbolicName as a UNIQUE column in the // This means that we can enforce symbolicName as a UNIQUE column in the