forked from GNUsocial/gnu-social
[TESTS][DOCUMENTATION][Module] Add documentation and exclude method from testing in Module base class
This commit is contained in:
parent
7a2574eafb
commit
2f69579ddb
@ -47,6 +47,10 @@ abstract class Module
|
|||||||
/**
|
/**
|
||||||
* Handle the $form submission for the note action for note if
|
* Handle the $form submission for the note action for note if
|
||||||
* $note->getId() == $data['note_id']
|
* $note->getId() == $data['note_id']
|
||||||
|
*
|
||||||
|
* This function is called when a user interacts with a note, such as through favouriting or commenting
|
||||||
|
*
|
||||||
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
public static function noteActionHandle(Request $request, Form $form, Note $note, string $form_name, callable $handle)
|
public static function noteActionHandle(Request $request, Form $form, Note $note, string $form_name, callable $handle)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user