From 3ba7907b57a018617d57c9ae216ecbf03e914803 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Mon, 18 Feb 2019 13:27:26 +0100 Subject: [PATCH] forumdirectory: type is array --- mod/directory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/directory.php b/mod/directory.php index a3fc965c8..256c9bbbd 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -144,7 +144,7 @@ function directory_content(App $a) * Format contact/profile/user data from the database into an usable * array for displaying directory entries. * - * @param type $arr The directory entry from the database. + * @param array $arr The directory entry from the database. * @param string $photo_size Avatar size (thumb, photo or micro). * * @return array