in src/uri-patterns/UriPattern.php [18:21]
final public function appendPart(UriPatternPart $part): this { $this->parts[] = $part; return $this; }