Fixed wrong type-hint + "imported" class

This commit is contained in:
Roland Häder 2022-06-23 07:45:39 +02:00
parent 43c0e689f9
commit 93267b5b83
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
4 changed files with 10 additions and 8 deletions

View file

@ -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)
{