Remove type-hint from h5p.classes

pull/76/head
Andrew Nicols 2019-12-18 08:44:25 +08:00
parent acec5b0b33
commit 2cb43ad147
1 changed files with 1 additions and 1 deletions

View File

@ -2458,7 +2458,7 @@ class H5PCore {
* @param array $dependency
* @return string
*/
protected function getDependencyPath(array $dependency): string {
protected function getDependencyPath(array $dependency) {
return 'libraries/' . H5PCore::libraryToString($dependency, TRUE);
}