594750e157
Removes the default null value from the deprecated parameter $course, which was introduced as part of its deprecation. Since PHP 8.0, it is deprecated to declare functions where an optional parameter is followed by a required parameter, as is the case here. Therefore, the default value needs to be removed.