*/ public function toArray(): array { return [ '+1' => $this->plusOne, '-1' => $this->minusOne, 'laugh' => $this->laugh, 'hooray' => $this->hooray, 'confused' => $this->confused, 'heart' => $this->heart, 'rocket' => $this->rocket, 'eyes' => $this->eyes, ]; } }