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