highlights(hack): use @function.call/@method.call

This commit is contained in:
Stephan Seitz 2022-08-29 23:46:40 +02:00
parent 600ac0f358
commit d11d35fb61
2 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ final xhp class a_post extends x\element {
'document.getElementById("'.$id.'").submit(); return false;',
);
$anchor->setAttribute('href', '#');
// ^ method
// ^ method.call
return $form;
}