Skip to content
Snippets Groups Projects
Commit 86f1ad56 authored by Tamara Gunkel's avatar Tamara Gunkel
Browse files

fixed code checker issues

parent 84ae52c9
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,6 @@
namespace filter_opencast\privacy;
defined('MOODLE_INTERNAL') || die();
/**
* Privacy Subsystem for filter_opencast implementing null_provider.
*
......
......@@ -27,8 +27,6 @@
use mod_opencast\local\paella_transform;
defined('MOODLE_INTERNAL') || die();
/**
* Automatic opencast videos filter class.
*
......@@ -36,8 +34,7 @@ defined('MOODLE_INTERNAL') || die();
* @copyright 2018 Tamara Gunkel
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class filter_opencast extends moodle_text_filter
{
class filter_opencast extends moodle_text_filter {
/**
* Replaces Opencast videos embedded in <video> tags by the paella player.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment