Skip to content

Conversation

php4fan
Copy link

@php4fan php4fan commented Oct 15, 2024

Fixed wrong parameter type in documentation of rotating_file handler

Fixed wrong parameter type in documentation of rotating_file handler
@@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* - [file_permission]: int|null, defaults to null (0644)
* - [file_permission]: int|null, defaults to null (0o644)

We need to use the proper octal notation if using octal for the default value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants