Skip to content

Commit

Permalink
Update Configuration.php
Browse files Browse the repository at this point in the history
Fixed wrong parameter type in documentation of rotating_file handler
  • Loading branch information
php4fan authored Oct 15, 2024
1 parent ed0e4a2 commit 63afc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 63afc4e

Please sign in to comment.