From 63afc4eca011973362c7d99da404129a362e5770 Mon Sep 17 00:00:00 2001 From: php4fan Date: Tue, 15 Oct 2024 16:26:39 +0200 Subject: [PATCH] Update Configuration.php Fixed wrong parameter type in documentation of rotating_file handler --- DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 255eba47..7ab2ae2c 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -63,7 +63,7 @@ * - [max_files]: files to keep, defaults to zero (infinite) * - [level]: level name or int value, defaults to DEBUG * - [bubble]: bool, defaults to true - * - [file_permission]: string|null, defaults to null + * - [file_permission]: int|null, defaults to null (0644) * - [use_locking]: bool, defaults to false * - [filename_format]: string, defaults to '{filename}-{date}' * - [date_format]: string, defaults to 'Y-m-d'