rename boolean getter

This commit is contained in:
yggverse 2024-06-23 20:23:27 +03:00
parent 765acc4754
commit e4303e6a98

View file

@ -41,7 +41,7 @@ class Line
$this->_data = $data;
}
public function getEscaped(): bool
public function isEscaped(): bool
{
return $this->_escaped;
}