Skip to content
Snippets Groups Projects
Commit e2ae4d47 authored by NinaHerrmann's avatar NinaHerrmann
Browse files

forgot one usage of | in return to be php 7.4 compatible

parent e3c5c534
Branches
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ class filter_opencast extends moodle_text_filter {
* @return string|null
*/
protected function render_player(int $ocinstanceid, string $episodeid, int $playerid,
$width = null, $height = null): string|null {
$width = null, $height = null) {
global $OUTPUT, $PAGE;
$data = paella_transform::get_paella_data_json($ocinstanceid, $episodeid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment