Fixed wrong type-hint + "imported" class
This commit is contained in:
parent
43c0e689f9
commit
93267b5b83
4 changed files with 10 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue