The expression return $nodeBuilder->sca...$defaultCharset)->end() returns the type null which is incompatible with the type-hinted return Symfony\Component\Config...ion\Builder\NodeBuilder.
Loading history...
25
19
->scalarNode('charset')
26
19
->defaultValue($defaultCharset)
27
19
->end();
28
}
29
30
19
private static function addCharsetConfigurationNodeFromDefaultsConfiguration(NodeBuilder $nodeBuilder, DefaultsConfigurationModel $defaultsConfiguration): NodeBuilder