The expression return $this->get('installed') could return the type null which is incompatible with the type-hinted return integer. Consider adding an additional type-check to rule them out.
The expression return $this->get('process_active') could return the type null which is incompatible with the type-hinted return integer. Consider adding an additional type-check to rule them out.
The expression return $this->get('last_process_check') could return the type null which is incompatible with the type-hinted return string. Consider adding an additional type-check to rule them out.