opencast-ilias / OpenCast

Opencast plugin for ILIAS LMS. The plugin shows a Opencast series as an ILIAS object. This version of the ILIAS plugin for Opencast is operated and developed collaboratively by a community. The University of Bern acts as coordinative maintainer.
GNU General Public License v3.0
13 stars 14 forks source link

Invalid method return types (Release 8) #281

Closed ferishili closed 5 months ago

ferishili commented 5 months ago

Describe the bug In a few places (methods) the return type does not match the actual object/value returned by the method!

To Reproduce To produce these issues, and as there are a few places, they will be listed as follows:

Expected behavior These types must be accurate and all actions stated above have to be performed without error!

Environment (please complete the following information):

Additional context That might happen that further mismatched types be investigated later on! That could also be applied to release_7!

ferishili commented 5 months ago

The fix for this issue is included in PR #279 This is a complementary version of #278

ferishili commented 5 months ago

I close this as fixed in #279, Reopen if something similar has been found!