Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->children()
->scalarNode('use_microseconds')->defaultTrue()->end()
->arrayNode('channels')
->info('List of additional channels to create. The "app" channel is already created by default.')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also mention the relation to the DI tag here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should indeed probably mention that additional channels are also created based on their usages in services.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's what I meant.

->canBeUnset()
->prototype('scalar')->end()
->end()
Expand Down