mirror of
https://github.com/YGGverse/gemtext-php.git
synced 2026-03-31 17:55:38 +00:00
rename boolean getter
This commit is contained in:
parent
765acc4754
commit
e4303e6a98
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class Line
|
||||||
$this->_data = $data;
|
$this->_data = $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getEscaped(): bool
|
public function isEscaped(): bool
|
||||||
{
|
{
|
||||||
return $this->_escaped;
|
return $this->_escaped;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue