T | null the head of this queue, or `null` if this queue is empty.
Overrides DoubleEndedQueueInterface::peekFirst
public function peekFirst() : mixed { return $this->peek(); }