Updated phpdocs

HFP-797
pull/38/head
thomasmars 2017-03-02 13:10:00 +01:00
parent 16228b3086
commit 34b8a2fb58
1 changed files with 2 additions and 2 deletions

View File

@ -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) {