Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Configuration.php #490

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Configuration.php #490

wants to merge 1 commit into from

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