Skip to content

Commit c9312ab

Browse files
committed
Add missing xsd attrs, refs #159
1 parent 8880042 commit c9312ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/config/schema/monolog-1.0.xsd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
<xsd:attribute name="notify" type="xsd:boolean" />
5555
<xsd:attribute name="room" type="xsd:string" />
5656
<xsd:attribute name="nickname" type="xsd:string" />
57+
<xsd:attribute name="timeout" type="xsd:string" />
58+
<xsd:attribute name="connection-timeout" type="xsd:string" />
59+
<xsd:attribute name="persistent" type="xsd:boolean" />
5760
<xsd:attribute name="dsn" type="xsd:string" />
5861
<xsd:attribute name="client-id" type="xsd:string" />
5962
<xsd:attribute name="use-ssl" type="xsd:boolean" />

0 commit comments

Comments
 (0)