Skip to content

Commit 2481a71

Browse files
committed
update node type & parameter description
1 parent 0674792 commit 2481a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/Configuration.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
* - [level]: level name or int value, defaults to DEBUG
158158
* - [bubble]: bool, defaults to true
159159
* - [ident]: string, defaults to
160-
* - [rfc]: string, defaults to
160+
* - [rfc]: int 0 (RFC3164) or 1 (RFC5424), defaults to 1
161161
*
162162
* - swift_mailer:
163163
* - from_email: optional if email_prototype is given
@@ -478,7 +478,7 @@ public function getConfigTreeBuilder()
478478
->scalarNode('title')->defaultNull()->end() // pushover
479479
->scalarNode('host')->defaultNull()->end() // syslogudp & hipchat
480480
->scalarNode('port')->defaultValue(514)->end() // syslogudp
481-
->scalarNode('rfc')->defaultNull()->end() // syslogudp
481+
->integerNode('rfc')->defaultValue(1)->end() // syslogudp
482482
->arrayNode('publisher')
483483
->canBeUnset()
484484
->beforeNormalization()

0 commit comments

Comments
 (0)