/** * @param array ...$config */ function __construct(...$config) { parent::__construct([$this, 'end'], [new Args($config)]); }