Adding type-hint

This commit is contained in:
Philipp Holzer 2019-02-20 17:28:38 +01:00
parent 0d24814086
commit 771fb35875
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

@ -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();