Skip to content

Commit e2ae4d4

Browse files
committed
forgot one usage of | in return to be php 7.4 compatible
1 parent e3c5c53 commit e2ae4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function filter($text, array $options = []) {
196196
* @return string|null
197197
*/
198198
protected function render_player(int $ocinstanceid, string $episodeid, int $playerid,
199-
$width = null, $height = null): string|null {
199+
$width = null, $height = null) {
200200
global $OUTPUT, $PAGE;
201201

202202
$data = paella_transform::get_paella_data_json($ocinstanceid, $episodeid);

0 commit comments

Comments
 (0)