The expression return $this->getValue('...cher_excuses', array()) could return the type null which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.
Loading history...
12
}
13
14
/**
15
* @param int[] $ids
16
*/
17
public function setGradesGradeTeacherExcuses(array $ids): void {
The expression return $this->getValue('...cher_excuses', array()) could return the type null which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.
Loading history...
26
}
27
28
/**
29
* @param int[] $ids
30
*/
31
public function setGradesTuitionTeacherExcuses(array $ids): void {
The expression return $this->getValue('...dents_status', array()) could return the type null which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.
Loading history...
37
}
38
39
public function setExcludeStudentsStatus(array $status): void {