Added Missing PhpDoc
This commit is contained in:
parent
9a113db0a0
commit
1930ed5c1c
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@
|
||||||
return $this->url;
|
return $this->url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the URL that will be opened after user taps on the text
|
||||||
|
*
|
||||||
|
* @param string|null $url
|
||||||
|
* @return MessageEntity
|
||||||
|
*/
|
||||||
public function setUrl(?string $url): MessageEntity
|
public function setUrl(?string $url): MessageEntity
|
||||||
{
|
{
|
||||||
$this->url = $url;
|
$this->url = $url;
|
||||||
|
|
Loading…
Add table
Reference in a new issue