addType('isDefaultTag', 'boolean'); } #[\Override] #[ReturnTypeWillChange] public function jsonSerialize() { return [ 'id' => $this->getId(), 'userId' => $this->getUserId(), 'displayName' => $this->getDisplayName(), 'imapLabel' => $this->getImapLabel(), 'color' => $this->getColor(), 'isDefaultTag' => ($this->getIsDefaultTag() === true), ]; } }