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

@ -44,10 +44,10 @@ function rendertime_addon_admin_post(App $a)
}
/**
* @param Friendica\App $a
* @param App $a
* @param string $o
*/
function rendertime_page_end(Friendica\App $a, &$o)
function rendertime_page_end(App $a, &$o)
{
$profiler = DI::profiler();