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:
parent
14fe3f5d14
commit
422428a135
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue