Overrides FlashBagInterface::set
public function set(string $type, string|array $messages) : void { $this->flashes[$type] = (array) $messages; }