Skip to content

Commit 852ac8e

Browse files
committed
Fix Moodle plugin CI errors in theme_boost_o365teams
1 parent 2886995 commit 852ac8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

theme/boost_o365teams/classes/output/core_renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class core_renderer extends \theme_boost\output\core_renderer {
3737
* Constructor.
3838
*
3939
* @param moodle_page $page
40-
* @param $target
40+
* @param string $target
4141
*/
4242
public function __construct(moodle_page $page, $target) {
4343
parent::__construct($page, $target);

theme/boost_o365teams/templates/head.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"page_title": "Test page",
2727
"favicon": "favicon.ico",
2828
"standard_head_html": "<link rel=\"stylesheet\" type=\"text/css\" href=\"styles.css\" />",
29-
}
29+
},
3030
}
3131
}}
3232
{{{ output.doctype }}}

0 commit comments

Comments
 (0)