From e9f12fcdea1701d320ea818d7cdca80ab287435f Mon Sep 17 00:00:00 2001 From: Virginia Meijer Date: Wed, 25 Sep 2019 11:57:34 +0200 Subject: [PATCH] Fix typo for max-files In XML a dash is used for the attribute max-files, but in the comment above that XML element an underscore was used (max_files). Other XML examples in the Symfony Docs (like the routing doc page) use dashes for XML attributes, so I concluded that this XML attribute is also correctly written, and the comment has to be changed instead. --- logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging.rst b/logging.rst index 186591dfe91..af5b72f2ba9 100644 --- a/logging.rst +++ b/logging.rst @@ -315,7 +315,7 @@ option of your handler to ``rotating_file``: https://symfony.com/schema/dic/monolog/monolog-1.0.xsd"> -