Skip to content

Commit 032b1a4

Browse files
committed
update node type & parameter description
1 parent 01f14a9 commit 032b1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
* - [level]: level name or int value, defaults to DEBUG
163163
* - [bubble]: bool, defaults to true
164164
* - [ident]: string, defaults to
165-
* - [rfc]: string, defaults to
165+
* - [rfc]: int 0 (RFC3164) or 1 (RFC5424), defaults to 1
166166
*
167167
* - swift_mailer:
168168
* - from_email: optional if email_prototype is given
@@ -495,7 +495,7 @@ public function getConfigTreeBuilder()
495495
->scalarNode('title')->defaultNull()->end() // pushover
496496
->scalarNode('host')->defaultNull()->end() // syslogudp & hipchat
497497
->scalarNode('port')->defaultValue(514)->end() // syslogudp
498-
->scalarNode('rfc')->defaultNull()->end() // syslogudp
498+
->integerNode('rfc')->defaultValue(1)->end() // syslogudp
499499
->arrayNode('publisher')
500500
->canBeUnset()
501501
->beforeNormalization()

0 commit comments

Comments
 (0)