From 7c92d1edb3b779c76989e53498f738e848dd104d Mon Sep 17 00:00:00 2001 From: A Date: Tue, 11 Jun 2019 22:50:57 +0200 Subject: [PATCH] Fix the headers type definition The headers type was defined as a choice, but it's not. It's a sequence of strings. See: #272 --- Resources/config/schema/monolog-1.0.xsd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/config/schema/monolog-1.0.xsd b/Resources/config/schema/monolog-1.0.xsd index 6c23e93a..471cc539 100644 --- a/Resources/config/schema/monolog-1.0.xsd +++ b/Resources/config/schema/monolog-1.0.xsd @@ -189,8 +189,8 @@ - - - + + +