Skip to content

Commit 23c4dc2

Browse files
authored
Merge pull request #314 from FriendsOfSymfony/validate-custom-proxy-client
custom proxy client may not be empty
2 parents 0424781 + a21d853 commit 23c4dc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ private function addCacheManagerSection(ArrayNodeDefinition $rootNode)
508508
->end()
509509
->scalarNode('custom_proxy_client')
510510
->info('Service name of a custom proxy client to use. With a custom client, generate_url_type defaults to ABSOLUTE_URL and tag support needs to be explicitly enabled. If no custom proxy client is specified, the first proxy client you configured is used.')
511+
->cannotBeEmpty()
511512
->end()
512513
->enumNode('generate_url_type')
513514
->values(array(

0 commit comments

Comments
 (0)