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

let cbf fix the errors

parent ca66e20d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class filter_opencast extends moodle_text_filter {
* @return array|mixed|string|string[]|null
* @throws dml_exception
*/
public function filter($text, array $options = array()) {
public function filter($text, array $options = []) {
global $CFG, $PAGE;
$i = 0;
......
......@@ -29,7 +29,7 @@ $plugin->release = 'development-version';
$plugin->version = 2023030100;
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_ALPHA;
$plugin->dependencies = array(
$plugin->dependencies = [
'tool_opencast' => 2023030100,
'mod_opencast' => 2023052300
);
'mod_opencast' => 2023052300,
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment