Skip to content

Commit

Permalink
A couple more phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jul 8, 2024
1 parent 876c7a1 commit 1962369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
$userheading = [
'heading' => fullname($touser),
'user' => $touser,
'usercontext' => context_user::instance($touserid)
'usercontext' => context_user::instance($touserid),
];
$contextheader = $OUTPUT->context_header($userheading, 3);
echo html_writer::div($contextheader, 'card card-block p-1');
Expand Down
2 changes: 1 addition & 1 deletion report_download.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$urlparams = [
'threesixo' => $threesixtyid,
'touser' => $touserid,
'downloadformat' => $format
'downloadformat' => $format,
];
$PAGE->set_url('/mod/threesixo/report_download.php', $urlparams);
$PAGE->set_heading($course->fullname);
Expand Down

0 comments on commit 1962369

Please sign in to comment.