mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
define return values required
This commit is contained in:
parent
e99e016720
commit
de3ce10811
2 changed files with 2 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ class Gemtext extends Markup
|
|||
): bool
|
||||
{
|
||||
// @TODO
|
||||
return false;
|
||||
}
|
||||
|
||||
protected function _onActivateLink(
|
||||
|
|
|
|||
|
|
@ -31,5 +31,6 @@ class Plain extends Markup
|
|||
): bool
|
||||
{
|
||||
// @TODO
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue