Skip to content

Commit

Permalink
update node type & parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
gwinn committed Mar 9, 2020
1 parent 0674792 commit 2481a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
* - [level]: level name or int value, defaults to DEBUG
* - [bubble]: bool, defaults to true
* - [ident]: string, defaults to
* - [rfc]: string, defaults to
* - [rfc]: int 0 (RFC3164) or 1 (RFC5424), defaults to 1
*
* - swift_mailer:
* - from_email: optional if email_prototype is given
Expand Down Expand Up @@ -478,7 +478,7 @@ public function getConfigTreeBuilder()
->scalarNode('title')->defaultNull()->end() // pushover
->scalarNode('host')->defaultNull()->end() // syslogudp & hipchat
->scalarNode('port')->defaultValue(514)->end() // syslogudp
->scalarNode('rfc')->defaultNull()->end() // syslogudp
->integerNode('rfc')->defaultValue(1)->end() // syslogudp
->arrayNode('publisher')
->canBeUnset()
->beforeNormalization()
Expand Down

0 comments on commit 2481a71

Please sign in to comment.