Declare used property

This commit is contained in:
vrana
2012-10-03 13:32:49 -07:00
parent 14fe3f5d14
commit 422428a135

View File

@@ -22,6 +22,7 @@ final class DiffusionCommentListView extends AphrontView {
private $comments;
private $inlineComments = array();
private $pathMap = array();
private $handles = array();
public function setUser(PhabricatorUser $user) {
$this->user = $user;