The expression return $this->getValue('...l.user_types', 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...
9
}
10
11
public function setEmailEnabledUserTypes(array $userTypes): void {
The expression return $this->getValue('...r.user_types', 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...
17
}
18
19
public function setPushoverEnabledUserTypes(array $userTypes): void {