Skip to content

Commit

Permalink
Make Code Checker happy
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann committed Sep 19, 2024
1 parent f48a850 commit 1c8b5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class provider implements \core_privacy\local\metadata\null_provider {
*
* @return string
*/
public static function get_reason() : string {
public static function get_reason(): string {
return 'privacy:metadata';
}
}
1 change: 1 addition & 0 deletions downloadvideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @copyright 2021 Tamara Gunkel, University of Münster
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

require_once('../../config.php');

use block_opencast\local\apibridge;
Expand Down

0 comments on commit 1c8b5ee

Please sign in to comment.