mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 18:43:40 +00:00
Adding type-hint
This commit is contained in:
parent
a5d77d4413
commit
0d24814086
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
* Author: Michael Vogel <http://pirati.ca/profile/heluecht>
|
* Author: Michael Vogel <http://pirati.ca/profile/heluecht>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
use Friendica\Core\Config;
|
|
||||||
use Friendica\Core\Hook;
|
use Friendica\Core\Hook;
|
||||||
use Friendica\Core\L10n;
|
use Friendica\Core\L10n;
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ function rendertime_init_1(&$a) {
|
||||||
* @param Friendica\App $a
|
* @param Friendica\App $a
|
||||||
* @param string $o
|
* @param string $o
|
||||||
*/
|
*/
|
||||||
function rendertime_page_end(&$a, &$o)
|
function rendertime_page_end(Friendica\App &$a, &$o)
|
||||||
{
|
{
|
||||||
|
|
||||||
$profiler = $a->getProfiler();
|
$profiler = $a->getProfiler();
|
||||||
|
|
Loading…
Reference in a new issue