Overrides UserInterface::removeRole
public function removeRole($rid) { $this->set('roles', array_diff($this->getRoles(TRUE), [ $rid, ])); return $this; }