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