Skip to content

Commit

Permalink
let cbf fix the errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann committed Nov 23, 2023
1 parent ca66e20 commit 56d3de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$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 comments on commit 56d3de6

Please sign in to comment.