Skip to content

Commit 3014a96

Browse files
committed
CI complaint
1 parent c28964e commit 3014a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

block_my_feedback.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ public static function get_mod_data($mod, $assess): ?stdClass {
195195
case 'assign':
196196

197197
// Check mod has custom data, due date, and due date is in range.
198-
if (!$mod->customdata || !isset($mod->customdata['duedate']) || !self::duedate_in_range($mod->customdata['duedate'])) {
198+
if (!$mod->customdata || !isset($mod->customdata['duedate'])
199+
|| !self::duedate_in_range($mod->customdata['duedate'])) {
199200
return null;
200201
}
201202

0 commit comments

Comments
 (0)