mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 06:20:56 +01:00
Fix bad method call name.
This commit is contained in:
parent
6de8efc565
commit
ae4a687da3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ final class DivinerRemarkupRuleSymbol extends PhutilRemarkupRule {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function markupSymbol($matches) {
|
public function markupSymbol($matches) {
|
||||||
if ($this->isTextFlat($matches[0])) {
|
if ($this->isFlatText($matches[0])) {
|
||||||
return $matches[0];
|
return $matches[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue