ports[] = $port; } /** * @return string[] */ public function GetPorts() : array { return $this->ports; } }