mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 14:13:55 +00:00
Adding type-hint
This commit is contained in:
parent
0d24814086
commit
771fb35875
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function rendertime_init_1(&$a) {
|
|||
* @param Friendica\App $a
|
||||
* @param string $o
|
||||
*/
|
||||
function rendertime_page_end(Friendica\App &$a, &$o)
|
||||
function rendertime_page_end(Friendica\App $a, &$o)
|
||||
{
|
||||
|
||||
$profiler = $a->getProfiler();
|
||||
|
|
Loading…
Reference in a new issue