Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartlamour committed Oct 26, 2024
1 parent 1b06f26 commit 7f342c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions classes/assess_type.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ class assess_type {
const ASSESS_TYPE_DUMMY = 2;


/**
/**
* Return array of assessment types which can be summative.
*
* @param array ['quiz', 'assign' , 'foo']
*/
public static function allowed_activities(): array {
// Activites which can be marked summative.
$modarray = [
'assign',
'lesson',
Expand Down Expand Up @@ -136,7 +134,7 @@ public static function is_locked(int $cmid): bool {
*
* @throws \dml_exception
*/
public static function update_type(int $courseid, int $type, int $cmid = 0, int $gradeitemid = 0, int $locked = 0): void {
public static function update_type(int $courseid, int $type, int $cmid = 0, int $gradeitemid = 0, int $locked = 0): void {
global $DB;
$table = 'local_assess_type';

Expand Down

0 comments on commit 7f342c4

Please sign in to comment.