Adding type-hint

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

View File

@ -6,7 +6,7 @@
* Author: Michael Vogel <http://pirati.ca/profile/heluecht>
*
*/
use Friendica\Core\Config;
use Friendica\Core\Hook;
use Friendica\Core\L10n;
@ -27,7 +27,7 @@ function rendertime_init_1(&$a) {
* @param Friendica\App $a
* @param string $o
*/
function rendertime_page_end(&$a, &$o)
function rendertime_page_end(Friendica\App &$a, &$o)
{
$profiler = $a->getProfiler();