public function peekBlockStack() { return $this->blockStack[\count($this->blockStack) - 1] ?? null; }