Skip to content

Commit

Permalink
Short array linting errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Nov 14, 2023
1 parent 5a5c50f commit 0044571
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions classes/external.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,10 @@ public static function get_mooduell_support_returns() {
'versions' => new external_single_structure(
[
"ios" => new external_value(PARAM_RAW, 'ios app version'),
"android" => new external_value(PARAM_RAW, 'android app version'),
)),
]),
'theme' => new external_value(PARAM_TEXT, 'theme'),
'themeimg' => new external_value(PARAM_TEXT, 'themeimg'),
));
]);
}
/**
* Defines support input parameters.
Expand Down

0 comments on commit 0044571

Please sign in to comment.