mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Fixed wrong type-hint + "imported" class
This commit is contained in:
parent
43c0e689f9
commit
93267b5b83
4 changed files with 10 additions and 8 deletions
|
@ -67,7 +67,7 @@ function mailstream_module()
|
|||
/**
|
||||
* Adds an item in "addon features" in the admin menu of the site
|
||||
*
|
||||
* @param Friendica\App $a App object (unused)
|
||||
* @param App $a App object (unused)
|
||||
* @param string $o HTML form data
|
||||
*/
|
||||
function mailstream_addon_admin(App $a, &$o)
|
||||
|
@ -138,8 +138,8 @@ function mailstream_send_hook(App $a, $data)
|
|||
* mailstream is enabled and the necessary data is available, forks a
|
||||
* workerqueue item to send the email.
|
||||
*
|
||||
* @param Friendica\App $a App object (unused)
|
||||
* @param array $item content of the item (may or may not already be stored in the item table)
|
||||
* @param App $a App object (unused)
|
||||
* @param array $item content of the item (may or may not already be stored in the item table)
|
||||
*/
|
||||
function mailstream_post_hook(App $a, &$item)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue