1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 14:00:56 +01:00

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 $comments;
private $inlineComments = array(); private $inlineComments = array();
private $pathMap = array(); private $pathMap = array();
private $handles = array();
public function setUser(PhabricatorUser $user) { public function setUser(PhabricatorUser $user) {
$this->user = $user; $this->user = $user;