The expression return $this->get(self::IS_DEBUG, false) could return the type null which is incompatible with the type-hinted return boolean. Consider adding an additional type-check to rule them out.
The expression return $this->get(self::SHUTDOWN_IF_ERROR, true) could return the type null which is incompatible with the type-hinted return boolean. Consider adding an additional type-check to rule them out.