From 34b8a2fb585083011bc4fbb6385eb03f4faee913 Mon Sep 17 00:00:00 2001 From: thomasmars Date: Thu, 2 Mar 2017 13:10:00 +0100 Subject: [PATCH] Updated phpdocs HFP-797 --- h5p.classes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/h5p.classes.php b/h5p.classes.php index 2487a75..f12ae20 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2852,8 +2852,8 @@ class H5PCore { * Also sets whether a given cached library is installed and up to date with * the locally installed libraries * - * @param object $local_libraries Locally installed libraries - * @param object $cached_libraries Cached libraries from the H5P hub + * @param array $local_libraries Locally installed libraries + * @param array $cached_libraries Cached libraries from the H5P hub */ public function mergeLocalLibsIntoCachedLibs($local_libraries, &$cached_libraries) {