# Feature Request See https://github.com/symfony/symfony/pull/62092 ## Diff <!-- Use diff here in Markdown: https://stackoverflow.com/a/40883538/1348344 --> ```diff -return function (AcmeConfig $config) { - $config->color('red'); -} +return new AcmeConfig([ + 'color' => 'red', +]); ```