/** * Get the trailing arguments * * @return string|null */ public function trailing() { return $this->parser->trailing(); }