diff options
Diffstat (limited to 'lib/modules/OERModule.php')
| -rw-r--r-- | lib/modules/OERModule.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/modules/OERModule.php b/lib/modules/OERModule.php index 6cc8909..4e71ebe 100644 --- a/lib/modules/OERModule.php +++ b/lib/modules/OERModule.php @@ -5,7 +5,7 @@ interface OERModule /** * Determines if the StudipModule wants to handle the OERMaterial. Returns false if not. * @param OERMaterial $material - * @return false|Icon + * @return false */ public static function oerModuleWantsToUseMaterial(OERMaterial $material); @@ -14,7 +14,7 @@ interface OERModule * Now this module should put a copy of $material in its own area of the given course. * @param OERMaterial $material * @param Course $course - * @return void + * @return array */ public static function oerModuleIntegrateMaterialToCourse(OERMaterial $material, Course $course); |
