Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Dec 17, 2023
1 parent 7107c91 commit 50b8f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private function setupSharedTarget(ArrayNodeDefinition $node): void
->example('GET')
->end()
->arrayNode('params')
->requiresAtLeastOneElement()
->isRequired()
->info('The parameters of the share target.')
->children()
->scalarNode('title')
Expand Down

0 comments on commit 50b8f6b

Please sign in to comment.