Skip to content

Commit

Permalink
fix: remove obsolete variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed May 28, 2021
1 parent 0b54f36 commit 2cb0338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/StanzaHandlers/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function handle(array $stanza)
];
}
$this->type = $this->getAttribute($stanza, 'type');
$this->msgId = $this->getAttribute($stanza, 'id');

$message = new MessageEntity();
$message->setTo($this->to);
Expand Down

0 comments on commit 2cb0338

Please sign in to comment.