Return $this from setters

Summary:
Most setters returns `$this` but some don't.
I guess it's not by purpose.

Test Plan:
  arc lint

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Differential Revision: https://secure.phabricator.com/D2085
This commit is contained in:
vrana
2012-04-02 18:35:09 -07:00
parent 021c1b5a05
commit 67e10e60f2
14 changed files with 29 additions and 9 deletions

View File

@@ -157,6 +157,7 @@ final class PhabricatorProjectEditor {
default:
throw new Exception("Unknown transaction type '{$type}'!");
}
return $this;
}
private function applyTransactionEffect(